Posted by Paul Lautman on 09/21/07 13:42
dirk wrote:
> Hi,
>
> Being new coding in phpI have a question concerning server side form
> validation.
>
> In a php script I check if a form is correctly filled in. Now I want
> that the
> page containing the forms is represented agian so that the user can
> fill in a
> correct value. The other forms that a correctly filled in should be
> showed
> agian.
>
> On the moment when a user fills in a wrong value they get a different
> page
> with a message...some that isn't tha usable. I want to represent the
> orginal
> form again.
>
>
> Thanks
There's a web site called http://www.google.com
You may have heard about it.
If you put the words:
server side validation
in the search box, you will find lots of references about how to do exactly
this.
There, now you have a new great tool at your disposal
[Back to original message]
|