I just switched webhosting companies and I'm having a major problem now, I keep getting errors that I wasn't getting before. Mainly, these right here:
Notice: Undefined index: username in D:\hshome\c274056\test.yourroommatefinder.com\register\signup.php on line 12
Here's line 12:
$username = mysqli_real_escape_string($dbc, trim($_POST['username']));
Tried this too:
$username = mysqli_real_escape_string($dbc, trim($_POST['username']));
What could be causing this, I even tried it without the mysql real escape. I have the site up on another server, currently with no problems and i have the error set to show the same.