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

2003-06-15 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. -

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 a

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

2002-08-25 Thread hugh danaher
MAIL PROTECTED]> 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=

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,

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