All...
For the past several days, I've been struggling with a multi-page form application for which I must validate most of the data. Will someone please briefly explain the logic of solving this problem?
To date, I've tried coding it with both self-validation (i.e. using $_SERVER["PHP_SELF"]) and by calling the next "page" for validation. Most of my problem lies (I think) in the redirection effort.
I can provide the code I currently have, but I'll wait to see how much feedback I receive before posting it to this thread since it's pretty lengthy.
I'm using PHP 4.2.2 with register globals disabled. Some pseudo-code would probably be sufficient, if anyone has the time to provide some insight. Thanks very much in advance!!