You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$con = mysql_connect("17carson.cs.uleth.ca",$_POST["username"],$_POST["password"]) or die("<h3>Invalid username or password!</h3><p><a href=\"index.php\">Try Again</a></p>");
$username = $_POST["username"];
$password = $_POST["password"];
echo "<p>the username is $username and the password is $password</p>";