Which is the Best plateform for PHP?
Answer Posted / gopi
PHP is a Multiplatform language..
We can take it as unix as a best one and next is windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which functions are used to remove whitespaces from the string?
What is preg_match?
How do I run a php file?
How is it possible to return a value from a function?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Tell me what does pear stands for?
How can you get web browser’s details using PHP?
Does php support inheritance?
What is http get and post?
How to check a variable is an array or not in php?
What is namespaces in PHP?
Does php need a closing tag?
What is crypt () in php?
Explain what is the function file_get_contents() usefull for?
How to create a web form?