i need help with html forms, i need a form such as:
to save what ever the user puts in the field, saves it to a certain file name.Code:<form> First name: <input type="text" name="firstname" /><br /> Last name: <input type="text" name="lastname" /> </form>
what would the code be for this? thanks!





Reply With Quote