Validation is a very common task in web applications. Data entered in forms needs to be validated and it needs…
Get user ip address in symfony2 controller In symfony2 controller we can get user ip address by request service. Following…
Contact form 7 is very famous form plugin for wordpress. It allows us to manage and customize multiple forms with…
Add custom error message for form fields in symfony2 Symfony is a set of reusable PHP components and PHP framework…
Rest Drupal Admin Password To reset drupal admin password when you lost it and email notification could not work mostly…
While debugging php code we might need to use print_r() or var_dump() functions with exit or die, as in following…
Get controller name and method name. CodeIgniter is a powerful PHP framework with a very small footprint, built for developers…
You can add following code on top of your php file. I had warnings and notices on joomla 2.5.11 site,…
Sometimes we require to execute complex query in symfony 1.2 with propel. For this following code can be used. $rowObj…