I was installing a script did not want to place session variables in
the standard php directory.
After changing the session_save_pa th in the scripts .htaccess file, the
mysql_connect stopped functioning, function_exists ('mysql_connect ')
returned False. I suspect the whole mysql library stopped functioning.
Is this a known bug in PHP's mysql handling?
/My