[EMAIL PROTECTED] wrote:
The person who setup my server disabled it and I dont see where to enable it again...It is not something that can be enabled or disabled. Support for mysql is either compiled into PHP or it is not. The best way to find out whether it is there or not is to make a simple file:
<?php
phpinfo();
?>
call it phpinfo.php (assuming you webserver sends .php files to php), put it where your webserver can get at it and view it with your browser. It will give you all the information about how your php was configured, including whether there is mysql support or not.
HTH
Chris
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php