fireburner69
Programmer
Is there any way to make these php code
html>
<head>
<link rel="stylesheet" href="/includes/style.css" type="text/css">
</head>
<body>
<br><br>
<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>
</td>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
</table>
</form>
<br>
</table>
</body>
</html>
To make it more automatic!
To replace all the data
example username=demo1 and password=demo1
and to make it autoredirect
When the user type these url to login automatic into the forum?
How can i do something like that!
Or if there is no way
Can i make it simple using these page with a simple url
and to login !!???????//
please help!
html>
<head>
<link rel="stylesheet" href="/includes/style.css" type="text/css">
</head>
<body>
<br><br>
<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>
</td>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
</table>
</form>
<br>
</table>
</body>
</html>
To make it more automatic!
To replace all the data
example username=demo1 and password=demo1
and to make it autoredirect
When the user type these url to login automatic into the forum?
How can i do something like that!
Or if there is no way
Can i make it simple using these page with a simple url
and to login !!???????//
please help!