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
How do you remove duplicates from an array?
How to store the uploaded file to the final location?
How can I display text with a php script?
Explain include(), include_once, require() and require_once?
What is the difference between die () and exit () in php?
Which is not a file-related function in php?
How would you determine the size of a file in php?
What is mysql_real_escape_string used for?
What is difference between array_merge and array_combine in php?
What is difference between session and cookies in php?
Explain some most commonly use string functions in php?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is singleton pattern in php?
What is "print" in php?
Does php support inheritance?