What is the correct way of PHP syantax to connect to a MySQL database?
mysql_open("localhost");
mysql_connect("localhost");
dbopen("localhost");
connect_mysql("localhost");