PHP (3028)
Laravel PHP Framework (1078)
WordPress (1256)
Drupal (621)
Joomla (294)
Magento PHP (281)
CodeIgniter (272)
Zend (235)
CakePHP (128)
Yii PHP Framework (148)
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
How do you measure variables?
What is the most popular cms platform?
Explain important directories used in a common laravel application.
What's the difference between accessing a class method via -> and via ::?
How to get random records in mysql using codeigniter?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is init in wordpress?
What is Community Portal?
What is the latest version of codelgniter?
What is antiforgerytoken used for?
What are the rules that you have to follow for WordPress plugin development?
How much is a wordpress website?
I just installed laravel and have the evil whoops error,how do I find out what’s wrong and fix it?