Which is the Best plateform for PHP?
Answer Posted / bharath.b
According to me PHP is best for all os like LAMP for
linux,WAMP for windows
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why laravel is the best php framework in 2019?
What are helpers in php?
What is trim codeigniter?
What is data type in php?
Which function would you use to replace a record in a database in php?
Is it possible to remove the html tags from data?
How do you end a function in python?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
Why do we need session?
Do you know how to get the ip address of the client?
Is laravel an oop?
What is the difference between require_once and require in php?
How to parse configuration file in php?
Can constructor be private in php?
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?