apjake -
Joined: 03 Oct 2003 Posts: 1 Location: Cleona
|
Posted: Fri Oct 03, 2003 3:04 am Post subject: PHP w/ MySQL |
|
|
Okay, wow, where to start... I bought a script off of someone. It needs MySQL to run, so I have MySQL, and the green light is on :wink: But I still haven't a clue what I'm doing. I don't know how to make a new database, or WHERE to put it. Alls I know is here's the part of the php file for MySQL:
Code: | /* Database Info */
// Database Name
$_mysql_db = '';
// Database Host
$_mysql_host = 'localhost';
// Database Username
$_mysql_user = '';
// Database Password
$_mysql_pass = '';
|
As far as I'm concerned, I don't need it passworded or anything, I just need it to work!!! And please please please don't tell me to "read the manual," you're here to help, not redirect.
Thanks |
|