What is the correct way to connect to a MySQL database?

  1. dbopen("localhost");

  2. mysql_open("localhost");

  3. mysql_connect("localhost")

  4. connect_mysql("localhost");


Correct Option: C

Find more quizzes: