someone please help... i can't get this html php thing working?

Kenny H

New member
<form action="form_action.php" method="post">
Username: <input type="text" name="User" value="username" size="20" /><br />
Password: <input type="text" name="Pass" value="password" size="20" /><br />
<input name="Submit" type="submit" value="Submit" />
</form>
keeps bringing this download file of form_action.php when it's actually a php file in the same folder as my html file with the form... i'm trying to create a username and password thing for my friend. i found the problem's either with the action part or the php file... can't figure it out.
 
Back
Top