what is php stands for?
Answers were Sorted based on User's Feedback
Answer / sekar
PHP stand for hypertext preprocessor(personal home page).
it is a server side programing language and it's used to
create a dynamic webpages
it is a open source.
| Is This Answer Correct ? | 88 Yes | 13 No |
Answer / kali
PHP stand for PHP hypertext preprocessor.
it is a server side programing language and it's used to
create a dynamic webpages.
it is a open source.
| Is This Answer Correct ? | 60 Yes | 7 No |
Answer / mohit
PHP stands for PHP Hypertext Preprocessor. iT is a server
side scripting languague. It can create web pages faster
than HTML or Javascript.
It is used within HTML tage and uses some commond of C.
| Is This Answer Correct ? | 31 Yes | 2 No |
Answer / mamta
Php stands for Php Hypertext Preprocessor.
Php is a server-side scripting language, like Asp.
Php scripts are executed no the server.
Php support many databases like mysql, oracle, generic ODBC,
sybase, solid & informix etc..
Php open source software.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / ibrahim alam
PHP stands for php: hypertaxt preprocessor.
it's a server side script languages.
it's an open source.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / venkat
Hypertext preprocessor is the correct answers its is user on server side scripting language.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / neha parnami
PHP is Stands for php: HyperText preprocessor.It's server
side scripting language.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rahul
PHP is Stands for php: HyperText preprocessor.It's server
side scripting language.used to create fast dynamic web
applications,open source using html for designing and php
for functioning.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ashu_deepu
i will like to tell a fact to all of you.
at the start the name php was personnel home page
but later they change it to Hypertext Preprocessor.
(it is a recurive acronym)
| Is This Answer Correct ? | 6 Yes | 0 No |
How to pass variables and data from php to javascript?
Tell me how the result set of mysql be handled in php?
How to remove duplicate values from array using php?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is php full form?
What is the most common http method?
what is the default method of form in php?
What is the best way to avoid email sent through php getting into the spam folder?
write a program to print [123] [456] [789] note : braces also need to be printed
What does $_cookie mean?
Explain the visibility of the property or method?
What function should you use to join array elements with a glue string?