How many types of inheritances used in php and how we achieve it.
Explain mysql_error().
How do you pass a variable by value in php?
How to get useful error messages in php?
How to set a value in session? How to remove data from a session?
Why shouldn't I use mysql_* functions in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is the purpose of the '.myd' file extension? What do thes file contain?
What's the best method for sanitizing user input with php?
What is php's mysqli extension?
What are the different tables(engine) present in mysql, which one is default?
What are default session time and path?
How send email using php?
What is the difference between $name and $$name?
Whether php supports microsoft sql server?