<?php
$username =$_POST['username'];
$password =$_POST['password'];
if ($username&&$password)
{
$connect = mysql_connect("degenerate.uuuq.com","USER NAME ","PASS WORD ") or die ("no connection");
mysql_select_db("phplogin") or die (" no db");
}
else
die("Please enter a username or password");
?>
(ok now I need to know what goes in place of USER NAME and PASSWORD I know my pass I just don't know what user name it is asking for