[PHP] 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

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

2003-09-12 Thread Naintara Jain
I get this error Fatal error: Call to undefined function: mysql_connect() in one script. whereas phpMyAdmin is installed in another directory and it works fine. Any ideas why? -Naintara -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-09-12 Thread Jason Sheets
Are you using the bundled MySQL libraries under Unix/Linux? What version of PHP are you running with what operating system? If MySQL compiled as a module that must be loaded? Jason Naintara Jain wrote: I get this error Fatal error: Call to undefined function: mysql_connect() in one

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

2003-03-04 Thread AD
I'm getting this error while testing the script below just for connectivity. Mysql is running on XP and apache and php are on openbsd. It seems like I don't have something configured right in php I guess but I'm not sure. Here is the script: ?php $link = mysql_connect(192.168.2.4, root, )

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

2003-03-04 Thread Jason Wong
On Wednesday 05 March 2003 11:15, AD wrote: I'm getting this error while testing the script below just for connectivity. Mysql is running on XP and apache and php are on openbsd. It seems like I don't have something configured right in php I guess but I'm not sure. Here is the script: Search