I register the account, and when i log into it, well when i TRY to log in, it says "No Database Selected" on a plain white screen, please help lol.
mysql.php is set up:
<?
$c=mysql_connect('localhost','USER','PASS') or die(mysql_error());
mysql_select_db('fallen',$c);
?>
the database name is fallen.