PHP Interview QUESTIONS
Exam Name | PHP Interview QUESTIONS |
---|---|
Description | PHP Interview QUESTIONS contains the questions from various interview of IT industry.These questions are helpful to crack the IT interview. |
Exam Type | MASTER EXAM |
Authenticity | 9 |
creator | Anirudh(39355) |
.
Question:
What is PHP?
Answer:
Question:
What does the initials of PHP stand for?
Answer:
Question:
What does PEAR stands for?
Answer:
Question:
How do you execute a PHP script from the command line?
Answer:
php script.php
Question:
How to run the interactive PHP shell from the command line interface?
Answer:
php -a
Question:
What is the main difference between PHP 4 and PHP 5?
Answer:
Question:
Is multiple inheritance supported in PHP?
Answer:
Question:
What is the meaning of a final class and a final method?
Answer:
Question:
How comparison of objects is done in PHP5?
Answer:
Question:
What type of operation is needed when passing values through a form or an URL?
Answer:
Question:
How can PHP and Javascript interact?
Answer:
Question:
What is needed to be able to use image function?
Answer:
Question:
How failures in execution are handled with include() and require() functions?
Answer:
Question:
How is it possible to set an infinite execution time for PHP script?
Answer:
Question:
What is the function file_get_contents() usefull for?
Answer:
Question:
What is the function mysql_pconnect() usefull for?
Answer:
Question:
How the result set of Mysql be handled in PHP?
Answer:
Question:
How is it possible to know the number of rows returned in result set?
Answer:
Question:
Which function gives us the number of affected entries by a query?
Answer:
Question:
What is the difference between mysql_fetch_object() and mysql_fetch_array()?
Answer: