Re: [PHP] adding Databases

2002-07-26 Thread Gurhan Ozen
You don't let PHP know that it is installed. You just have to make sure that PHP is supporting mysql functions (compiled with mysql support) and start using mysql function.. Check out what phpinfo() prints , whether or not there is mysql related info in its output.. Gurhan "Joel Lopez" <[EMAIL PR

[PHP] adding Databases

2002-07-26 Thread Joel Lopez
Hi, Right now my PHP is set up to use Postgresql. I want to use MySQL now. How do I let PHP know that MySQL is now installed? thanks, Joel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php