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
Mirco, What I do is (in a JavaScript function): window.location = "?"; and then populate the fields this way: or HTH -- Un gran saludo/Big regards... Arturo Barajas, IT/Systems PPG MX (SJDR) (427) 271-9918, x448 > -Original Message- > From: Mirco Ellis [mailto:[EMAIL PROTECT