What are the current versions of apache, PHP, and mysql?
Answer Posted / kanchana
PHP => 5.3
apache => 2.2.8
mysql => 5.1
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What is difference between rest api and restful api?
How to connect to mysql from a php script?
What are objects in php?
What does csrf token mismatch mean?
What is == and === in php?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is in a cookie?
Which programming language does php resemble to?
Explain the difference between array_merge() and array_combine()?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What is htaccess? Why do we use this and where?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is api example?
Define anonymous classes in php7?
Explain what does the expression exception::__tostring means?