";
echo "Wrong Username or Password!!!";
echo " ";
echo " ";
echo "Press the return button and try to fill in again your username and password!";
echo " ";
echo " ";
echo " ";
echo "<input type="\"BUTTON\"" value="\"Return\"" onclick="\"window.location.href='login.php'\""> ";
echo "
";
}
ob_end_flush();
?>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I already had a table called "users" in my database so I renamed the table for this document "user_2". That being said http://www.ralphlongiii.com/social/Bulk_Newsletter_Mailer/login/checklogin.php I get when I log in that my password is incorrect. Please help me.
"; echo ""; echo "
"; echo "
"; echo "
"; echo "Press the return button and try to fill in again your username and password!"; echo "
"; echo "
"; echo "
"; echo "<input type="\"BUTTON\"" value="\"Return\"" onclick="\"window.location.href='login.php'\""> "; echo "
Hi Ralph,
As you mentioned you renamed the users table to 'user_2' but in the code i have seen that you have add: $tbl_name="users_2";
It says users not user?
Is this just a typo in your comment or in your code?
hey Ralph