Hi
I getting HTTP 500 - Internal server error when I try using PHP to access a MySQL database on a Windows XP system.
Here is the code:
<?PHP
// ---------------------- Connect To MySQL Server ----------------------
MYSQL_CONNECT ("localhost", "root", "trinity")
?>
The Apache log file points to MYSQL_CONNECT ("localhost", "root", "trinity") line of code.
Also, I searched the Internet and it seems I can't find an answer to this problem. Do I need to install Apache in the Windows root. What is the answer