RE: [PHP] MySQL problem with RedHat 8

2003-01-15 Thread Daniel Elenius
> Dimension Networks, Inc. > (727) 723-8388 > > -Original Message- > From: Daniel Elenius [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 5:22 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] MySQL problem with RedHat 8 > > Yes, mysql.so is in /usr

Re: [PHP] MySQL problem with RedHat 8

2003-01-14 Thread Daniel Elenius
in the correct directory. > Check your php.ini file to make sure but it is most likely at /usr/lib/php4 > make sure that you have mysql.so > - Original Message - > From: "Daniel Elenius" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesd

Re: [PHP] MySQL problem with RedHat 8

2003-01-14 Thread Joseph W. Goff
sday, January 14, 2003 3:58 PM Subject: [PHP] MySQL problem with RedHat 8 > Hi! > > I'm trying to connect to my mysql database using something like > > mysql_connect( 'localhost', 'root', 'thepassword' ) > or die ( 'Unable to

[PHP] MySQL problem with RedHat 8

2003-01-14 Thread Daniel Elenius
Hi! I'm trying to connect to my mysql database using something like mysql_connect( 'localhost', 'root', 'thepassword' ) or die ( 'Unable to connect to server.' ); But I get the error message: Fatal error: Call to undefined function: mysql_connect() in /home/daniel/public_html/index.ph