Phoenix Raine -
Joined: 26 Nov 2005 Posts: 3
|
Posted: Wed Dec 14, 2005 3:38 am Post subject: mySQL database problems! NEED HELP A.S.A.P!! |
|
|
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Abyss Web Server\htdocs\EyesSoHollow\Forums\ips_kernel\class_db_mysql.php on line 124
I keep getting that everytime I try to complete the signup form for Invision Power Board. It requires you to have a mySQL database. I made it and everything, but that keeps showing up. This is the line scripts that its targeting
124: $this->connection_id = mysql_connect( $this->obj['sql_host'] ,
125: $this->obj['sql_user'] ,
126: $this->obj['sql_pass'] ,
127: $this->obj['force_new_connection'] |
|