⟩ What is the use of mysql_real_escape_string() function?
It is used to escapes special characters in a string for use in an SQL statement
It is used to escapes special characters in a string for use in an SQL statement
What is function overriding?
How will you close a MySql database using PHP?
What is PEAR?
Can you create a class in PHP?
Difference between mysql_connect and mysql_pconnect?
What is Object-Oriented Methodology?
How will you retrieve the error message using Exception class in PHP when error occured?
How preg_split() function works?
Write a program using while loop?
What are the different errors in PHP?