What are the current versions of apache, PHP, and mysql?
Answers were Sorted based on User's Feedback
Answer / priyanka
PHP: php5.1.2
MySQL: MySQL 5.1
Apache: Apache 2.1
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / anuj maheshwari
PHP => 5.2.6
apache => 2.2.8
mysql => 5.0.5
Is This Answer Correct ? | 11 Yes | 13 No |
Answer / balu.m
i think
Php : 5.3.0
Apache :2.2.11
Mysql :5.1.36
Is This Answer Correct ? | 3 Yes | 5 No |
Explain the difference between static and dynamic websites?
What are the rules for naming a php variable?
How to test if a variable is an array?
What is psr in php?
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
What is __ invoke in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Explain difference between urlencode and urldecode?
If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100
15 Answers ABC, Asan, Indivar, Swistro Marketing Solutions,
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?