In your connect.php file your code should look like this... Where it says LOGIN NAME, LOGIN PASS, and DATABASE NAME, you will have to replace with the username, password, and db name for your database. connect.php: <? $connection = mysql_connect("localhost", "LOGIN NAME", "L...