This extension does not have to be installed. If your server is running php5, then this extension is installed
No it's not. The mysql extension no longer ships with php by default, you have to build it when you ./configure or install the external php-mysql package (depending on your o/s and/or how you built it).
If you have the php-mysql package installed, then you have mysqli - but it's not there by default.
-- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php