Re: [PHP] data verification trough _POST arrays

2002-11-07 Thread olinux
--- "Fernando M. Maresca" <[EMAIL PROTECTED]> wrote: > hello everyone, > first, is there a way of reloading a FORM with the > data that the user > have typed, after the action="validation.php" has > been determined that > some fields nedd to be reloaded? > what is the correct method for save >

Re: [PHP] data verification trough _POST arrays

2002-11-07 Thread Kevin Stone
For validation purposes I always like to print the Form within the script that is doing the validation. It solves a lot of problems. As for coming back to the Form at a later date the method is going to depend on how long you want to keep the data. A Session will only last as long as the client