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
02 12:36 PM Subject: [PHP] data verification trough _POST arrays > 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? On other wor

[PHP] data verification trough _POST arrays

2002-11-07 Thread Fernando M. Maresca
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? On other words, the user has no need to refill the entire form. Is a cookie needed? second one, what is the c