Search found 5 matches

by andyhough
Mon Jan 19, 2004 8:43 am
Forum: PHP - Code
Topic: Retaining HTML form values when going "back" a pag
Replies: 9
Views: 821

I have managed to solve the problem now. Just for the record it is possible. I added the following lines above my page: session_cache_limiter("public"); header("Cache-control: private"); This seemed to force the page into holding the values in the fields. Thanks for everyone's he...
by andyhough
Mon Jan 19, 2004 5:35 am
Forum: PHP - Code
Topic: Retaining HTML form values when going "back" a pag
Replies: 9
Views: 821

I thought this too, although it does seem to work with some forms available on the Internet. (not using the same page technique).

surely there is a way. I know there is a meta tage called "no-cache". Can this be reversed maybe so it caches the page values?
by andyhough
Mon Jan 19, 2004 5:25 am
Forum: PHP - Code
Topic: Retaining HTML form values when going "back" a pag
Replies: 9
Views: 821

could do, could do.. but i would still like to know how this is done if anyone has any suggestions just for the point of knowing it for the future. I don't want to avoid doing something just because i don't know how to do it. You may be right in the way the form should go over itself but i want to a...
by andyhough
Mon Jan 19, 2004 4:30 am
Forum: PHP - Code
Topic: Retaining HTML form values when going "back" a pag
Replies: 9
Views: 821

If you mean setting each form value=$value i have tried this and it doesn't seem to work :(

I've tried registering the Globals on the page too but nothing i attempt appears to work.. hmmm

Good one this :!:

Cheers anyway :)
by andyhough
Mon Jan 19, 2004 4:09 am
Forum: PHP - Code
Topic: Retaining HTML form values when going "back" a pag
Replies: 9
Views: 821

Retaining HTML form values when going "back" a pag

Hi all, A quick question... I have setup an online application form that allows users' to apply for jobs online to my current company. When they submit the form it checks a few fields for validation. If these are incorrect then there is an option to go back and change these values (using the javascr...