What is the full form of PHP?
Answers were Sorted based on User's Feedback
Answer / brahmbhatt mayank
Old full form: - Personal Home Page
New full form : - Hypertext Preprocessor
It is so called bcoz server converts the pages written in
PHP into XHTML on the client side, hence when client see the
page source it is in XHTML.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pradeep maurya
Old Name:-Personal Home pages
New Name:-Hypertext Preprocessor
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohit bhayal
PHP : Persoanl Home Page
PHP : Hypertext Preprocessor
PHP : Preformatted Hypertext Preprocessor
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mira verma
Php stand for php(personal home Pages) hyper text preprocessor....
| Is This Answer Correct ? | 0 Yes | 1 No |
hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........
Which function would you use to insert a record into a database in php?
write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me
What is the difference between htmlentities and htmlspecialchars in php?
How to create and destroy cookies in php?
which is the best institute for php training near delhi & NCR......& what is the fee for the same....
Which functions are used to count the total number of array elements in php?
Which function would you use to determine the length of a string in php?
In what are the ways you can encrypt the password ?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How many ways to include variables in double-quoted strings in php?
How do you call a constructor for a parent class?