What are the current versions of apache, PHP, and mysql?
Answer Posted / narean
PHP: 7.0.4 / March 3, 2016
Apache: 2.4.18 December 14, 2015
MySQL: 5.6.26 / July 24, 2015
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
Is php 7 backwards compatible?
Explain how to execute a php script using command line.
How many keywords are there in php?
Tell me what is the difference between get and post?
What is the difference between php 5 and php 7?
What is singleton class in php?
How to create reusable code in php?
What is form validation in php?
How to call php function in jquery?
What is difference between required and include in php?
How error handling is being handled by php?
What is the difference between array_merge() and array_merge_recursive() in php?
Does php 5 support exceptions?
Tell me what are the __construct() and __destruct() methods in a php class?