Answer Posted / anjithkumar.garapati
It is a server side scripting language, used to serve the
requests of the cilent side. Abbrivation for "php" is
Hypertext Preprocessor.
used primarily for dynamic web content and server-side
applications...creates database interactivity and dynamic
content on the Web. Often used with MySQL. PHP is an open
source language that can be used on multiple platforms.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the rules in creating php variable?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Tell me what does the array operator '===' means?
What does $_server means?
What does csrf token mismatch mean?
What is faster in php?
How to get the IP address of the client/user in PHP?
What is button in html?
What is a query in php?
What is the difference between single quoted string and double quoted string?
What is isset and unset in php?
What type of errors can be occurred in php?
How can you send email in php?
How to set cookies?
How to access a specific character in a string using php?