Greg Conway wrote: > Hi all, <snip> > So, my question is, how can I tell if PHP has been compiled with > MySQL support or not, and if not, how can I add it in without > breaking whatever's already there!! I presume PHP will be an RPM > (or even a .PKG?), so can I specify these options within RPM installation? > > Many thanks for any help. > > Regards, > > Greg Conway. >
make a page with <? echo phpinfo(); ?> That'll give you the PHP internal information and you can see pretty quickly what's 'in' and what's 'not in'. Michael Kimsal http://www.tapinternet.com/php PHP Training Courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]