Re: [PHP] Keeping existing data in textarea's

2003-03-04 Thread Justin French
Here's a quick sample of how you can structure a form, and all it's validation, and all it's error messages, and thankyou notes all onto one script. I haven't included every little line and data check that I should (otherwise you'd have to pay me :P), but it works. The beauty of keeping it all in

Re: [PHP] Keeping existing data in textarea's

2003-03-03 Thread 1LT John W. Holmes
> Hi, I have a developed a simple Helpdesk for our small company. When users > log calls they get an alert message warning them that they must fill in all > the fields if they have missed a field. At the moment if they happen to > forget a field, they receive the alert message, but then have to st

Re: [PHP] Keeping existing data in textarea's

2003-03-03 Thread Jonathan Pitcher
Original Message- From: Jonathan Pitcher [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 20:34 To: [EMAIL PROTECTED] Subject: Re: [PHP] Keeping existing data in textarea's Micro, Are you doing your error checking with Javascript or PHP. Makes a big difference. Jonathan Pitcher On Mon

Re: [PHP] Keeping existing data in textarea's

2003-03-03 Thread Greg Donald
On Mon, 3 Mar 2003, Mirco Ellis wrote: >Hi, I have a developed a simple Helpdesk for our small company. When users >log calls they get an alert message warning them that they must fill in all >the fields if they have missed a field. At the moment if they happen to >forget a field, they receive th

RE: [PHP] Keeping existing data in textarea's

2003-03-03 Thread Barajas, Arturo
s [mailto:[EMAIL PROTECTED] > Sent: Lunes, 03 de Marzo de 2003 12:30 p.m. > To: Php-General (E-mail) > Subject: [PHP] Keeping existing data in textarea's > > > Hi, I have a developed a simple Helpdesk for our small > company. When users > log calls they get an alert messa

[PHP] Keeping existing data in textarea's

2003-03-03 Thread Mirco Ellis
Hi, I have a developed a simple Helpdesk for our small company. When users log calls they get an alert message warning them that they must fill in all the fields if they have missed a field. At the moment if they happen to forget a field, they receive the alert message, but then have to start all