What are the current versions of apache, PHP, and mysql?
Answers were Sorted based on User's Feedback
Answer / karmegam
PHP -5.1.2
Mysql -5.1
Apache - 2
Wamp -1.7.3
| Is This Answer Correct ? | 36 Yes | 20 No |
Answer / 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 |
Answer / manoj rana
As on Date June 15,2017
Php =>7.1.6
Mysql=>5.7.18
Apache=> 2.4.25
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / priyabrata jena
PHP - 5.3.3
MySQL - 5.5.4
Apache- 2.3.6 alpha
| Is This Answer Correct ? | 6 Yes | 6 No |
How are sessions maintained?
What is htmlspecialchars?
What is difference between print_r and echo in php?
Why constructor is not overridden?
if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?
What is php session id?
how can refresh current page automatically, without press any button and anchor tag.
What is the use of $_server["php_self"] variable?
What is difference between single quotes and double quotes in php?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What is a comment in php?