what are the current or latest versions of LAMP ?
Linux, Apache, MySql, PHP
Answers were Sorted based on User's Feedback
Answer / potherca
Linux 2.6.23 [Oct 02 2007]
Apache 2.2.6 [Sep 6, 2007]
MySQL 5.0.45 [Jul 4, 2007]
PHP 5.2.4 [30-Aug-2007]
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / lt
Linux 2.6.29.1
Apache 2.2.11
MySQL 5.1
PHP 5.2.9
Based on April 15, 2009
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the use of Php variables?
What u mean by query?
Explain the difference between require() and require_once()?
What are the four scalar types of php?
<?php include ("db.php"); $result = mysql_query("SELECT ques_id FROM questionbank order by ques_id limit 5 "); while($obj=mysql_fetch_array($result)) { $ad1[$obj['ques_id']]++;//Used an array and inserted the database query results into it. } $rand_keys=array_rand($ad1,1); //Did a random array function echo "First random id = ".$ad1[$rand_keys[0]]; echo "<br>Second random id = ".$ad1[$rand_keys[1]]; ?> <!--Its not working. Have any solution for this. -->
What does the unlink() function mean?
How we can retrieve the data in the result set of mysql using php?
What is strcmp?
What are the differences between php constants and variables?
How is it possible to cast types in php?
What are the difference between overloading and overriding in oops?
How can I embed a java programme in PHP file and what changes have to be done in PHP.ini file?
1 Answers Sify, Small Biz Express,