PHP FAQ

Few of PHP FAQs that you could find helpful and handy at times.

Question : Who is the father of PHP and Explain the changes in PHP Versions ?
Question : Is PHP Compiled Language ? Justify your answer.
Question : What is the name of PHP configuration file ? List any variable(s) from it.
Question : What is difference between PHP 4 and PHP 5 ?
Question : Suppose I am writing a script where I am uploading 100 MB of file but somehow my script is giving the error, what will be the remedy or what will you do ?
Question : What is the difference between ECHO and PRINT command ?
Question : Through which function(s) can we increase the execution time of a PHP Script ?
Question : What are the different types of errors that PHP supports ?
Question : What is Environment Variable ?
Question : What are the differences between GET and POST methods in Form Submitting ?
Question : How to fetch the IP Address of client machine / browser ?
Question : What are the differences between require(), require_once(), include() and include_once()?
Question : What is the exit() function used for ?
Question : How can we know the number of elements in an array ?
Question : Using which function can we know whether a session is started or not ?
Question : Which is the PHP function(s) to get a row from the MySQL database ? Which is more efficient way ?
Question : What is the use of mysql_insert_id() function ?
Question : How to split a string into an array ?
Question : How to get an array into a string ?
Question : What are the parameters of mysql_connect() ?
Question : Explain any 5 array methods ?
Question : Which PHP function gives you the number of rows from the result set of MySQL query ?
Question : How you will achieve "23 Mar 10" date format with mktime() ?
Question : How you will check "last updated date-time" of the file ?
Question : If I open file with "a" mode for writing task then what will happen to existing content ?
Question : How you will check the file size while file upload ?
Question : How you will check the height and width of the image file while uploading ?
Question : How you will run shell command from PHP ?
Question : How can we submit a form without a submit button ?
Question : In how many ways can we retrieve the date in the result set of mysql using PHP ?
Question : What is the difference between mysql_fetch_object and mysql_fetch_array ?
Question : What is the difference between $message and $$message ?
Question : How can we extract string 'abc.com' from a string 'http://info@abc.com' using regular expressions in PHP ?
Question : How can we create a database using PHP and MySQL ?
Question : Functions in IMAP, POP3 and LDAP ?
Question : How can I execute a PHP script using command line ?
Question : What is meant by nl2br() ?
Question : Draw the architecture of Zend Engine ?
Question : What are the differences between Procedure Oriented Programming (POP) & Object Oriented Programming (OOP)
Question : What is the use of friend function ?
Question : What is the functionality of the function strstr and stristr ?
Question : What is the functionality of the function htmlentities ?
Question : How can we get the seconds from the current time, using date function ?
Question : How can we convert timezones using PHP ?
Question : What is meant by urlencode and urldecode ?
Question : What is difference between functions unlink and unset ?
Question : How can we register variables into a session ?
Question : How can we get browser properties using PHP ?
Question : What is the maximum size of the file that can be uploaded using PHP and how can we change this ?
Question : How can we increase execution time of PHP Script ?
Question : Give single line statement that will get value of posted variable when I am not aware of whether its POST variable or GET variable ?
Question : Write down $_SERVER variable elements by which one can fetch
  1. The browser details of visitor
  2. The IP Address of visitor
  3. The currently executing script name
Question : Which function capitalizes the first letter of each word in a string ?
Question : What is PEAR in PHP ?
Question : What is MIME ?
Question : What is the functionality of md5 function in PHP ?
Question : How can we know the number of days between two given dates using PHP ?
Question : What is the default session time in PHP and how can we change it ?
Question : What types of headers have to add in the mail function in which a file is attached ?
Question : What is difference between copy() and move() function in PHP File Uploading ?
Question : Describe the importance of DATABASE ABSTRACTION LAYERS in PHP and database connection ?

Add new comment