Answer Posted / thilip
PHP (recursive acronym for "PHP: Hypertext Preprocessor")
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between fopen() and fclose()?
What new features php7 has in store for us?
What is http php?
Is php session id unique?
How would you open a directory for reading in php?
Which cryptographic functions in php returns the longest hash value?
How many ways to include array elements in double-quoted strings using php?
Which is useful for method overloading?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
List few sensible functions in PHP?
Why use static methods php?
What is polymorphism php?
How can we access the data sent through the url with the post method?
Explain what is the use of "echo" in php?
What is mysql_fetch_object?