What are the current versions of apache, PHP, and mysql?
Answer Posted / seema
PHP => 5.3.3
MySQL => 5.5.5
Apatch => 2.3.6
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the different components used in php for formatting?
What is difference between sql and php?
What is difference between include,require,include_once and require_once()?
What is composer used for?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is meant by ‘passing the variable by value and reference' in php?
How to display your correct URL of the current web page?
Explain how can we increase the execution time of a php script?
Which function can be used to exit from the script after displaying the error message?
What types of loops exist in php?
How to assigning a new character in a string?
What is array filter in php?
What are the differences between GET and POST methods?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
Explain the difference between require() and require_once()?