[PHP-DB] Fatal error: Call to undefined function: mysql_connect()

2004-04-16 Thread Tim
Setup: 2 servers, one with PHP 4.1.2 and no MySQL installed, the other has MySQL and PHP 4.1.2 Problem: I am attempting to connect to the MySQL server from the server without MySQL, but I get the error that shows in the subject. Fatal error: Call to undefined function: mysql_connect() in /folder/

RE: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Vyas, Bhavin
ing | | Medford, MA 02155 USA ] | |---------------------| "Vyas, Bhavin" lMedia.com>cc: Subject: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ...

RE: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Vyas, Bhavin
lMedia.com>cc: Subject: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() .. 10/14/2002 10:57 AM I get the following error: Fatal error: Call to undefined function: m

Re: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Jeffrey_N_Dyke
cc: Subject: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() .. 10/14/

[PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Vyas, Bhavin
I get the following error: Fatal error: Call to undefined function: mysql_connect() on php 4.1.2. It *has* been compiled with-mysql...here is a snippet from phpinfo() '--with-kerberos=/usr/kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' Any ideas why I am getting the error? Thank