Jump to content

Filled in form


jaymc

Recommended Posts

I have a form, which has some PHP validation in it

So for instance, if they fill in a field incorrect they will be notified and asked to go back and ammend that field

However, when they go back, all the other day that they filled in is obviously gone..

How can I get it so the data they entered previously is still in this boxes..

May even be better using another language, just thought  would be best to ask in here
Link to comment
https://forums.phpfreaks.com/topic/30420-filled-in-form/
Share on other sites

[quote author=sanfly link=topic=118378.msg483710#msg483710 date=1165972204]
or put this in the header of the page

[code=php:0]header("Cache-control: private");[/code]
[/quote]
Huh? I did actually try that and it didnt work

I have signup.htm and signup.php

Signup.htm = form html
signup.php = php process

I tried that header on both, never worked..
Link to comment
https://forums.phpfreaks.com/topic/30420-filled-in-form/#findComment-140050
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.