[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: php3 supporting MySQL



Gergely Madarasz wrote:
> 
> On Mon, 8 May 2000, Umum Wijoyo wrote:
> 
> > Hello again...
> >
> > I've installed these following .deb packages:
> >
> > - apache --> works fine!
> > - MySQL  --> works fine!
> > - PHP3   --> why can't it support MySQL?
> >
> > Can anybody help me with this?
> 
> install php3-mysql and add the following line to php3.ini:
> extension=mysql.so

Or, if you just need mysql functionality for one particular script put

	dl(mysql.so);

in the script.

(You still have to install php3-mysql, though.)

MfG Viktor
-- 
Viktor Rosenfeld
E-Mail:         mailto:rosenfel@gmx.de
or:             mailto:rosenfel@informatik.hu-berlin.de
HertzSCHLAG:    http://www.informatik.hu-berlin.de/~rosenfel/hs/



Reply to: