aaronk7 Posted May 22, 2007 Share Posted May 22, 2007 Hello there, I have a website where i have included a php file, in this case the login.php file... The login system is there but when i click , login (submit button) the i go to this url: http://(mysiteaddress)/--WEBBOT-SELF-- I do not understand why this happens. Is it something to do with the include script? Login.php(form code): echo(" <body link=#330000 alink=#330000 vlink=#330000> <center><form method=\"POST\" action=\"login.php\"> <table> <tr> <td align=\"right\"> Username: <input type=\"text\" size=\"15\" maxlength=\"25\" name=\"username\"> </td> </tr> <tr> <td align=\"right\"> Password: <input type=\"password\" size=\"15\" maxlength=\"25\" name=\"password\"> </td></tr><tr> <td align=\"center\"> <input type=\"submit\" name=\"login\" value=\"Login\"> </td></tr><tr> <td align=\"center\"> <a href=\"register.php\">Register Here</a> </td></tr></table></form></center> </body> "); Include script in index.php: <p><?php include("login.php"); ?> </p> Thanks in advanced! Quote Link to comment https://forums.phpfreaks.com/topic/52559-webbot-self/ Share on other sites More sharing options...
penguin0 Posted May 22, 2007 Share Posted May 22, 2007 you need to show all the code you use to make the login work, from what you show that cannot help anyone. Quote Link to comment https://forums.phpfreaks.com/topic/52559-webbot-self/#findComment-259343 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.