What are the current versions of apache, PHP, and mysql?
Answer Posted / ammu
new version of MySQL is MySQL 5.0
and
new version of PHP is PHP 5.2
| Is This Answer Correct ? | 16 Yes | 20 No |
Post New Answer View All Answers
What are the four scalar types of php?
What is session in c#?
What is warning – “cannot modify header information – headers already sent”?
Which is the best php framework for a beginner?
Which function gives us the number of affected entries by a query?
Explain about getters and setters in php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How to create a session? How to set a value in session? How to remove data from a session?
Does php need to be installed?
Tell me what is the use of "ksort" in php?
Write down the code for save an uploaded file in php.
Is php 5.6 secure?
What does the expression exception::__tostring means?
What is the use of is_array() and in_array()?
Write logic to print Floyd's triangle in PHP?