[PHP-WIN] Form Handling

2003-08-14 Thread Frank Tudor
Hi all! I am looking for a way to handle emply form fields on one page instead of catching it on the response page. I have seen some good handling where the same page comes back with a colored field or a red aterik. Also, if I do the form handling on one page can I still have my database conn

RE: [PHP-WIN] Form Handling

2003-08-08 Thread Cory Daehn
This is normally done with JavaScript. As an alternative, you could have the form self-process with PHP and only redirect to a results page when everything is completed. > I am looking for a way to handle emply form fields on one page > instead of catching it on the response page. > > I have se