Jump to content

--Webbot-Self--


aaronk7

Recommended Posts

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!

 

 

Link to comment
https://forums.phpfreaks.com/topic/52559-webbot-self/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.