How will you connect a MySql database using PHP?

Submitted by: Administrator
PHP provides mysql_connect function to open a database connection.

connection mysql_connect(server,user,passwd,new_link,client_flag);
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers