Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>:
> I was task with this... Unfortunately the person that installed it is not > here anymore. Is there a way to find out, like any commands or files to look > for? I do see _SERVER["SERVER_SOFTWARE"] Apache/2.0.40 (Red Hat Linux) show > up on the test.php > > Thanks for your help. What does phpinfo() say? It should tell you how it's configured (look for configure section at the top). Also it should tell you wheather mysql extension is installed or not. If its a redhat linux machine, then most probably its installed with an rpm and so "up2date php-mysql" should install mysql extension. You need to restart apache after this. HTH R'twick ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php