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

2003-06-16 Thread Jason Wong
On Monday 16 June 2003 13:49, Daniel R. Hansen wrote: Attempts to install the client RPM return messages that it's already installed. What version of MySQL do you have installed? And where did you get it from? If it's not from Redhat then it's best that you remove it and install Redhat's. --

[PHP] Call to undefined function: mysql_connect()

2003-06-15 Thread Daniel R. Hansen
This is driving me buggy... I just upgraded to RH 8 which included an Apache 2.0 update. PHP and MySQL work OK independently; I can call mysql_connect() from the command line, but an attempt to do so from a script within Apache returns a Fatal error: Call to undefined function: mysql_connect()

[PHP] Call to undefined function mysql_connect()

2002-08-25 Thread hugh danaher
Help! I am getting the following error message for : ? $link=mysql_connect(localhost,$user,$pass); // line 34 ? Fatal error: Call to undefined function: mysql_connect() in /home/www/test.somename.org/aux/db-mod.php on line 34 I have used this call successfully on php v4.0.6, and am now

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

2002-08-25 Thread @ Edwin
Help! I am getting the following error message for : ? $link=mysql_connect("localhost","$user","$pass"); // line 34 ? Fatal error: Call to undefined function: mysql_connect() in /home/www/test.somename.org/aux/db-mod.php on line 34 I have used this call successfully on php v4.0.6, and am

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

2002-08-25 Thread hugh danaher
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, August 25, 2002 8:54 PM Subject: Re: [PHP] Call to undefined function mysql_connect() Help! I am getting the following error message for : ? $link=mysql_connect("localhost","$user","$pass"); // line

RE: [PHP] Call to undefined function mysql_connect()

2002-08-25 Thread Peter Houchin
do a php_info() on a page and check the mysql propeties in there.. might give you a clue.. -Original Message- From: hugh danaher [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 August 2002 1:18 PM To: php Subject: [PHP] Call to undefined function mysql_connect() Help! I am getting

[PHP] call to undefined function: mysql_connect

2002-07-27 Thread lfindle
Hi. I'm running PHP 4.2.1 MySQL 3.23. I'm getting the error message Call to undefined function: mysql_connect() when I try to use it in my code. If anyone has any ideas as to why this might be happening, I'd be appreciative. Thanks! -- PHP General Mailing List

RE: [PHP] call to undefined function: mysql_connect

2002-07-27 Thread Richard Pijnenburg
It seems then that your mysql support isn't installed correctly with your php. Richard Pijnenburg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 12:25 AM To: [EMAIL PROTECTED] Subject: [PHP] call to undefined function: mysql_connect