fireburner69
Programmer
i have these code
<form action=" method="post">
<table border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align="right"><font size="2">Username: </font></td>
<td>
<input type="text" name="username" size="12" maxlength="40" value="" />
</td>
</tr>
<tr>
<td align="right"><font size="2">Password: </font></td>
<td>
<input type="password" name="password" size="12" maxlength="25" />
</td>
</tr>
<tr align="center">
<td colspan="2">
<table width="100%" border="0">
<tr>
<td rowspan="2">
<div align="center">
<input type="hidden" name="redirect" value=" />
<input type="submit" name="login" value="Login" />
</div>
that post some data username and password into another file
how can i make it more automatic!can i user a single string line in the url bar like to post automatic the username and password into the login.php file?
or can i change the username input into username="demo1"
and password="demo1"
and how to i make the php to post immediatly with out any clicking just when i open the file to redirect with the correct data?
thanx for your help
<form action=" method="post">
<table border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align="right"><font size="2">Username: </font></td>
<td>
<input type="text" name="username" size="12" maxlength="40" value="" />
</td>
</tr>
<tr>
<td align="right"><font size="2">Password: </font></td>
<td>
<input type="password" name="password" size="12" maxlength="25" />
</td>
</tr>
<tr align="center">
<td colspan="2">
<table width="100%" border="0">
<tr>
<td rowspan="2">
<div align="center">
<input type="hidden" name="redirect" value=" />
<input type="submit" name="login" value="Login" />
</div>
that post some data username and password into another file
how can i make it more automatic!can i user a single string line in the url bar like to post automatic the username and password into the login.php file?
or can i change the username input into username="demo1"
and password="demo1"
and how to i make the php to post immediatly with out any clicking just when i open the file to redirect with the correct data?
thanx for your help