Top PHP Interview Questions :: ALLInterview.com http://www.allinterview.com Top PHP Interview Questions en-us display selected value in dropdown list through javascript without pa http://www.allinterview.com/showanswers/59115.html for this purpose we have to use ajax via we call another php file which make the string of dropdown list How can we send mail using JavaScript? http://www.allinterview.com/showanswers/20022.html function myfunction(form) { tdata=document.myform.tbox1.value; location=?mailto:dep7abc@leeds.ac.uk? subject=?+tdata+?/MYFORM?; return true; } what is the current salary package in India for a PHP &amp; MySQL pro http://www.allinterview.com/showanswers/32623.html above 45000...per month. WHat is the diff. between PHP4 and PHP5? http://www.allinterview.com/showanswers/29173.html There are several differences between PHP4 and PHP5. 1.Unified constructor and Destructor. 2.Exception has been introduced. 3.New error level named E_STRICT has been introduced. 4.Now we can define full method definintions for a abstract class. How can we increase the execution time of a PHP script? http://www.allinterview.com/showanswers/20005.html put sleep function in php script How can you insert javascript in php code? http://www.allinterview.com/showanswers/3087.html <? <script language='javascript'> </script> ?> What is the Diff. Between echo() and Print() in PHP? http://www.allinterview.com/showanswers/26386.html when u use print(),a value of 1 or 0 will be returned upon success or failure of the the print command.where as echo() just does what its told without letting u know whether or not it worked properly. what is the difference between mysql_fetch_array() and mysql_fetch_ro http://www.allinterview.com/showanswers/58587.html mysql_fetch_row() for select aggragate data or single data eg:select count(*) from TableName mysql_fetch_array() for retrive more data from Table What are the different types of Errors in PHP? http://www.allinterview.com/showanswers/1186.html here are three basic types of runtime errors in PHP: 1. Notices: These are trivial, non-critical errors that PHP encounters while executing a script - for example, accessing a variable that has not yet been defined. By default, such errors a What is the default session time in PHP and how can I change it? http://www.allinterview.com/showanswers/20037.html <?php session_start(); session_cache_expire(15); $cache_expire = session_cache_expire(); if(!isset($_SESSION['password'])){ $msg = "Your session is expired.Please re enter the password"; header("Locat how to run PHP in command line? http://www.allinterview.com/showanswers/29318.html SAP(server app programe )is used to run What is Joomla? http://www.allinterview.com/showanswers/58109.html Joomla is the content management system.It is all ready develop software. A lot of menu and tools provided by this system.A developer or a owner of that site can change our contents with the help of tools or menu.It is winner of content manageme what is the difference between GET and POST? http://www.allinterview.com/showanswers/23164.html Get method is default method In this data is send with URL Not a secure manner. In Post method data send in body portion how many ways we get current date in php http://www.allinterview.com/showanswers/69391.html CURRENT_TIMESTAMP What is the difference between mysql_fetch_object and mysql_fetch_arr http://www.allinterview.com/showanswers/19971.html mysql_fetch_object : will return the results from database as objects. fields will be accessible like in objects i.e $result->name,$result->cust_name mysql_fetch_array : will return the results from database as array. fields will be acces