Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any way????

Status
Not open for further replies.

fireburner69

Programmer
Aug 22, 2002
108
GR
Is there any way to make these php code



html>
<head>

<link rel=&quot;stylesheet&quot; href=&quot;/includes/style.css&quot; type=&quot;text/css&quot;>
</head>
<body>







<br><br>
<form action=&quot; method=&quot;post&quot;>
<table border=&quot;0&quot; cellpadding=&quot;3&quot; cellspacing=&quot;1&quot; align=&quot;center&quot;>
<tr>
<td align=&quot;right&quot;><font size=&quot;2&quot;>Username:&nbsp;</font></td>
<td>
<input type=&quot;text&quot; name=&quot;username&quot; size=&quot;12&quot; maxlength=&quot;40&quot; value=&quot;&quot; />
</td>
</tr>
<tr>
<td align=&quot;right&quot;><font size=&quot;2&quot;>Password:&nbsp;</font></td>
<td>
<input type=&quot;password&quot; name=&quot;password&quot; size=&quot;12&quot; maxlength=&quot;25&quot; />
</td>
</tr>

<tr align=&quot;center&quot;>
<td colspan=&quot;2&quot;>
<table width=&quot;100%&quot; border=&quot;0&quot;>
<tr>

<td rowspan=&quot;2&quot;>
<div align=&quot;center&quot;>
<input type=&quot;hidden&quot; name=&quot;redirect&quot; value=&quot; />
<input type=&quot;submit&quot; name=&quot;login&quot; value=&quot;Login&quot; />
</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!
 
First, that is HTML. Not PHP.
And yes, there are ways. But I strongly encourage you not to do this, as it invades on the user's privacy and it is very insecure. //Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top