What version of php do I have windows?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between $argv and $argc? Give example?
How do I escape in php?
What is putenv?
What is the difference between javascript and php?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
What is meant by urlencode and urldecode?
Is it possible to extend the execution time of a php script?
Does php support overloading?
Where are the persistent cookies stored on your computer?
What is difference between put and post method in http?
What is the functionality of the functions strstr() and stristr()?