|
<html>
<head>
<title>LOG-IN</title>
</head>
<body>
<form action="gotofolder.php" method="POST">
<p>Username<input name="username">
<p>Password<input name="password" type="password">
<p><input name="login" type="submit" value="login">
</form>
</body>
</html>
am i in the right track.... then i have to create the php code for gotofolder.php to be able to login to a specific folder. php is new to me
Last edited by firmemente : 10-05-2006 at 12:51 PM.
|