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? Quote 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"; Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.