I'm thinking about making a site with mysql. I have made a database in cPanel. But i have one problem. Here is the code:
. Do i replace the "localhost" with the database name created, username for username, and password for password?
PHP Code:
mysql_connect("localhost", "username", "password")
Comment