What are the current versions of apache, PHP, and mysql?
Answer Posted / anuj maheshwari
PHP => 5.2.6
apache => 2.2.8
mysql => 5.0.5
| Is This Answer Correct ? | 11 Yes | 13 No |
Post New Answer View All Answers
How can you create a session in php?
What is the default session time in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is meant by public, private, protected, static and final scopes?
What is overloading and overriding in php?
Which character is used to match exactly one character?
When to use inquire vs enquire?
What is the use of mysql_real_escape_string in php?
How values in arrays are indexed?
What the use of var_dump()?
What is if isset ($_ post submit )) in php?
What are the methods useful for method overloading?
What is the difference between fopen() and fclose()?
What is the use of is_array() and in_array()?
Tell me how can we define a variable accessible in functions of a php script?