-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
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
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
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
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
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