What does PHP stand for?
Answers were Sorted based on User's Feedback
Answer / thilip
PHP (recursive acronym for "PHP: Hypertext Preprocessor")
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / nagarjuna
Actually the full form is Personal Home Page but acording
to its use it was abbrevated as hyper text preprocessor
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / dhirendra yadav
its full form is personal home page. but a/c to its use it
is kwn as Hypertext Preprocessor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Any good PHP developer looking for change
How to terminate the execution of a script in PHP?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is use of preg_replace in php?
How can use sys time in loop?
How can you make a connection with mysql server using php?
What is difference between md5 and SHA256?
Draw the architecture of Zend engine?
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
What are the popular content management systems (cms) in php?
What are the functions to be used to get the image's properties (size, width and height)?
What is the name of scripting engine in php?