What are the current versions of apache, PHP, and mysql?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is a php 5?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
What are the differences between require and include, include_once?
What is php glob?
How big is varchar max?
How can I execute a PHP script using command line?
What is csrf cookie?
How to create a mysql connection?
what is abstrac class? why it is use?
How to create a session? How to set a value in session?
what is the difference between mysql_fetch_array() and mysql_fetch_row()?
What is mysql_fetch_row?