Search found 2 matches
- Wed Jul 13, 2011 1:21 am
- Forum: PHP
- Topic: account system not working.
- Replies: 3
- Views: 674
Re: account system not working.
cleaned up
- Tue Jul 12, 2011 9:19 pm
- Forum: PHP
- Topic: account system not working.
- Replies: 3
- Views: 674
account system not working.
its not logging in, comes up with wrong password or username. but the register page works. login page: <?php include('init.inc.php'); $errors = array(); if (isset($_POST['email'], $_POST['password'])){ if (empty($_POST['email'])){ $errors[] = 'You must have an email.'; } if (empty($_POST['password']...