Search results

  1. C

    How to connect database?

    the mysql_connect function connects to the server, mysql_select_db chooses the database and the die("cannot connect to server"); says that if there's an error connecting then it will display the message "cannot connect to server". Thanks, Chris :)
Top