Hi,
This has been a bit of a brain teaser for me...
Does anyone have any experience with using PHP_SELF with form validation? I.e. keep displaying the same page until an input field is filled in, then display another page with a form in it.
I can get around this by calling a new php program with the error traps in it but I thought there may be a more elegant way to code something like this using just one program.
My way means, in the event of errors, they have to press the back button which I'd like to avoid.
Thanks
Jen