Page 1 of 1

Abyss Webserver, PHP 5

Posted: Sat Aug 20, 2005 10:48 pm
by s.dot
I'm running PHP 5 with abyss web server.

I'm going to be using a database that's not running on my machine. Do I need to have mysql installed to do this? Right now I am getting this error:

Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Abyss Web Server\htdocs\important.php on line 2

Posted: Sat Aug 20, 2005 11:03 pm
by nielsene
You don't need mysql installed, but you do need the mysql client extensions compiled into PHP.

Posted: Sat Aug 20, 2005 11:04 pm
by s.dot
I installed PHP 4.4.0 and it worked fine.

Thanks for the info.