Re: RH8 php mysql_connect undefined function

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 31 Jan 2003 12:02:56 +0800, Leo Huang wrote: > Paul, > > The PHP comes with RH 8 seems not be compiled with MySQL support, you > can see from phpinfo(). I do suggest you recompiled it yourself. The MySQL extension for PHP can be found in the

Re: RH8 php mysql_connect undefined function

2003-01-30 Thread Leo Huang
Paul, The PHP comes with RH 8 seems not be compiled with MySQL support, you can see from phpinfo(). I do suggest you recompiled it yourself. Leo - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 8:43 A

Re: RH8 php mysql_connect undefined function

2003-01-30 Thread
Hey Paul, Don't know if this helps or not, I'm just getting into MySQL/PHP myself. However, if your php code was written in php3 which it sounds like it might be, you might be having problems because the version of php you are using is 4.2.2. I know that at work, one of my coworkers was ha

Re: RH8 php mysql_connect undefined function

2003-01-30 Thread Paul
Yes, the php-mysql package is installed just fine. Sometime maybe I'll get into pear, but at the moment I need to set up the machine and get it working with a lot of scripts that have long since been written. I'm really not interested in embarking in another direction, thank you. Aditionally I d

Re: RH8 php mysql_connect undefined function

2003-01-30 Thread Hardy Merrill
Jeff Bearer [[EMAIL PROTECTED]] wrote: > did ya install the php-mysql package? > > And as a tip for better code. use the DB PEAR class instead of the > native mysql functions. I makes portability easier, and I prefer working > with them as well. Although I really liked it when I did use it, I hav

Re: RH8 php mysql_connect undefined function

2003-01-30 Thread Jeff Bearer
did ya install the php-mysql package? And as a tip for better code. use the DB PEAR class instead of the native mysql functions. I makes portability easier, and I prefer working with them as well. the classes are in /usr/lib/php/ or on pear.php.net. On Thu, 2003-01-30 at 18:07, Paul wrote: > Usi