Sr. PHP Programmer Question:
How to create a mysql connection?

Answer:
mysql_connect(servername,username,password);
Previous Question | Next Question |
How will you parse an XML document using PHP? | How will you create a MySql database using PHP? |