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

[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

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

2003-03-03 Thread Barajas, Arturo
... Arturo Barajas, IT/Systems PPG MX (SJDR) (427) 271-9918, x448 -Original Message- From: Mirco Ellis [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

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 the

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

2003-03-03 Thread Jonathan Pitcher
a javascript alert box to warn the user. It is all very simple. -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

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 start