what are the current or latest versions of LAMP ?
Linux, Apache, MySql, PHP
Answer Posted / madhu
PHP 5.3.5
Mysql 5.5
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Tell me what is the use of isset() in php?
What is list in PHP?
How do I run php?
Why is php used for web development?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
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 happens if an expected input field was not submitted?
What are the php variables?
How to pad an array with the same value multiple times?
Is server side a session?
Explain php parameterized functions.
Explain a resource?
Which function can be used to delete a file?
What is php form validation?
How to send email using php script?