Shoe Posted December 23, 2010 Author Share Posted December 23, 2010 Eh. Spoke too soon. So I made my website with something called SnapPages and Snappages gives you the option to put a codebox where you can put html code in the box. So I put the login.html along with the login.php in the box (which I know is probably wrong) and when I opened the page the login box shows up but when you enter your info it gives you the message: Method Not Allowed The requested method POST is not allowed for the URL /c157282/login.php. How do (if possible) I work around this? Link to comment https://forums.phpfreaks.com/topic/222464-database-code-problem/page/2/#findComment-1150862 Share on other sites More sharing options...
ZulfadlyAshBurn Posted December 24, 2010 Share Posted December 24, 2010 Line 23: $error = "Bad Login" did you put you semicolon at the end? Line 23: $error = "Bad Login"; Link to comment https://forums.phpfreaks.com/topic/222464-database-code-problem/page/2/#findComment-1151004 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.