--- CDitty <[EMAIL PROTECTED]> wrote:
> Fatal error: Call to undefined function: mysql_connect()

What version of PHP? This almost always means PHP was built without MySQL
support (the --with-mysql was missing from the configure line, though this
isn't necessary in newer versions). Does phpinfo() seem to think you have MySQL
support?

Also, if you built MySQL yourself and are using its client libraries to connect
from other environments, you will want to compile PHP with those libraries and
not the built-in ones.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to