| Jason
|
32
|
 |
|
06-17-2003 02:39 PM ET (US)
|
|
Edited by author 06-17-2003 02:49 PM
Ahh! eveything has gone haywire. Yes Dean, I did create a shiny new db...but now I am getting a different error from setupbd.php:
Parse error: parse error in /home/.kader/icthyo/jasonsantamaria.com/refer/refer.php on line 179
Fatal error: Call to undefined function: postset() in /home/.kader/icthyo/jasonsantamaria.com/refer/setupdb.php on line 3
This is what I have set: $host = 'localhost'; // MySQL server, frequently "localhost" $db = 'refersdb'; // database name $table = 'refer'; // any name you like - installer will create the table
I know my pass and username are good...it seems like it is having trouble with my server name. "localhost" doesn't work....I set up a MySQL Hostname on my server which is "refer.mywebsite.com" which doesn't work...my db is located on my host's server "scruple" and that doesn't work.
What am I doing wrong here? Throw a brick at my head.
|