Frequently asked PHP Interview Questions
- What’s PHP ?
- difference between PHP4 and PHP5?
- What Is a Session?
- How can we register the variables into a session?
- What is meant by PEAR in php?
- How can we repair a MySQL table?
- What Is a Persistent Cookie?
- What does a special set of tags <?= and ?> do in PHP?
- How do you define a constant?
- What are the differences between require and include, include_once?
- How can I execute a PHP script using command line?
- What is meant by urlencode and urldecode?
- What is the difference between include and require?
- What is the difference between mysql_fetch_object and mysql_fetch_array?
- How can I execute a PHP script using command line?
- How To Create a Table using PHP?
- How can we encrypt the username and password using PHP?
- How do you pass a variable by value?
- difference between ereg_replace() and eregi_replace()?
- differences between DROP a table and TRUNCATE a table?
- DIFFERENT TYPES OF ERRORS IN PHP?
- How can we submit a form without a submit button?
- How can we get the browser properties using PHP?
- Would you initialize your strings with single quotes or double quotes?
- What are the differences between GET and POST methods in form submitting?
- difference between the functions unlink and unset?
- How can we know the count/number of elements of an array?
- How many ways we can pass the variable through the navigation between the pages?
- How can we find the number of rows in a result set using PHP?
- How many ways we can we find the current date using MySQL?
- How can we know the number of days between two given dates using MySQL?
- What is the difference between GROUP BY and ORDER BY in SQL?
- differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
- What is meant by nl2br()?
- difference between htmlentities() and htmlspecialchars()?
- can we increase the execution time of a php script?
- What are cookies and How to set cookies?
- How can we destroy the cookie?
- What is the use of friend function?
- What is the maximum size of a file that can be uploaded using PHP and how can we change this?
- What are the difference between abstract class and interface?
- What type of inheritance that php supports?
- How do I find out the number of parameters passed into function?
- How can increase the performance of MySQL select query?
- How to store the uploaded file to the final location?
No comments:
Post a Comment