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/
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
scrip
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
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:
Sear
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:
\n";
while ($line = mysql_fetch_array($result))
5 matches
Mail list logo