[PHP] Re: How to deal with errors in forms

2006-08-26 Thread Rene Brehmer
Documented research indicate that on Fri, 25 Aug 2006 13:18:25 +0200, Ivo F.A.C. Fokkema wrote: You might also try to process the results from the form first, and then, if errors are found, display the form again and put the data in there yourself. No need to send the user back and forth.

[PHP] Re: How to deal with errors in forms

2006-08-25 Thread Ivo F.A.C. Fokkema
On Thu, 24 Aug 2006 11:40:17 +0200, Merlin wrote: Hi there, I do have a form where there is also a field with max 2000 characters the user can put in. Now before processing the data with php, I do a checkin the script for certain criterias if something lookes wrong I do redirect him to

[PHP] Re: How to deal with errors in forms

2006-08-24 Thread Mourad Boulahboub
Hi Merlin, try with sessions. in this case you don't have to append something to the URL as parameters Merlin schrieb am 24.08.2006 11:40: Hi there, I do have a form where there is also a field with max 2000 characters the user can put in. Now before processing the data with php, I do a