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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.