I'm trying to add an old php file but it doesn't seem to be working. The original code was this:
<html>
<head>
<title>Query All Movies from Database</title>
<body>
<?
@ $db = mysql_pconnect("localhost","ensvktbm","password");
if (!$db)
{
echo "ERROR: Could not connect to database...