News

Connect to the MySQL database. The following code connects to a database server named "myserver:"mysql_connect('myserver', 'user', 'password') Retrieve a list of tables from the database.