I’m attempting to create a secure log in form for my website and I’m following these steps: Steps
- Create table “members” in database “test”.
- Create file main_login.php.
- Create file checklogin.php.
- Create file login_success.php.
- Create file logout.
The members table created fine, but I get an error when trying to create the main_login.php
[php]
|
I get this error: Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unknown Punctuation String @ 267
STR: ><
SQL:
|