What is the full form of PHP?
Answer Posted / nagesh (dada) gobbur
I think PHP full form mostly Hypertext PreProcesser
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How we can retrieve the data in the result set of mysql using php?
What is stdclass in php?
How does api connect to database?
What is the use of super-global arrays in php?
What is strcmp?
Why overriding is called runtime polymorphism?
Tell me how the result set of mysql be handled in php?
How to create database connection and query in php?
How to merge values of two arrays into a single array?
How can you retrieve data from the mysql database using php?
what are the differences between php and perl
What is the difference between null and empty?
What is $_ get in php?
Why we use get in php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?