ok, ive wrote my website, but i have trouble with the users logging in, here is what i have in my 'connect.php'
<html>
<head>
<title>Logging In</title>
</head>
<?php
$connect = mysql_connect(“localhost”,”username”,”password”) or die(“Failed to connect to database“);
$db =...