Suggestions...
Posted: Fri May 23, 2003 6:21 am
I just finished an email sending form that will check email, correct imput fields and what not, now when i check for some of these things i redirect people after giving them a warning using javascript, but now ned a way to preserve the input the users have put in.
For this scenario sessions (i dunno u tell me) is not useful because the security level is low and it wouldn't matter here all sensible information is witheld by my php. I was thinking of using hidden fields but they are not "quite" hidden as you can see them in the source, not that i care or anything, but is that common? to store form variables in the hidden input?
How long do the $_POST variables live? i mean they are passed when the form action'' is specified, but do they die if you click another link, or for that same reason are redirected?
For this scenario sessions (i dunno u tell me) is not useful because the security level is low and it wouldn't matter here all sensible information is witheld by my php. I was thinking of using hidden fields but they are not "quite" hidden as you can see them in the source, not that i care or anything, but is that common? to store form variables in the hidden input?
How long do the $_POST variables live? i mean they are passed when the form action'' is specified, but do they die if you click another link, or for that same reason are redirected?