What are the current versions of apache, PHP, and mysql?
Answer Posted / roopan
PHP -> 5.3.5
Apache -> 2.3.1
Mysql -> 5.5.9
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant by PEAR in PHP?
How the result set of mysql be handled in php?
What is composer install?
What is the difference between array_pop() and array_push()?
Tell us why did you choose this particular career path?
Is it possible to extend the execution time of a php script?
What is the difference between print() and echo() in PHP?
What are new features in php 7?
Are sessions stateless?
How to define a user function?
Tell me how to find the length of a string?
How to reset/destroy a cookie?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What is the differences between $a != $B and $a !== $B?
How to access a global variable inside a function?