DT> Call to undefined function: mysql_pconnect()
DT> Call to undefined function: mysql_connect()

These are the classic signs that PHP was not compiled --with-mysql

If you're absolutely sure it was, then make sure that the dso or cgi
that it created was placed in the proper location, overwriting the old
one.  And finally, ensure that you restarted your web server after the
new dso / cgi got plopped in there.

If you look at the results of phpinfo(), the first chunk will contain
the config command used to create the dso/cgi in use (and the date
created), so you can see what your server thinks its using.


- Julie

--> Julie Meloni
--> [EMAIL PROTECTED]
--> www.thickbook.com

Find "Sams Teach Yourself MySQL in 24 Hours" at
http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20


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

Reply via email to