Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How will you connect a MySql database using PHP?

PHP provides mysql_connect function to open a database connection.

connection mysql_connect(server,user,passwd,new_link,client_flag);

 154 views

More Questions for you: