Re: [PHP] Read Form values prior to submit?

2008-12-28 Thread Thiago H. Pojda
On Sun, Dec 28, 2008 at 12:41 PM, Tim Rude tim_r...@yahoo.com wrote: Using PHP, is there a way for me to read the values that a user has entered into the text fields of a FORM prior to the user clicking the submit button? If the user doesnt press the submit button PHP has no idea what's going

Re: [PHP] Read Form values prior to submit?

2008-12-28 Thread tedd
At 9:41 AM -0600 12/28/08, Tim Rude wrote: Using PHP, is there a way for me to read the values that a user has entered into the text fields of a FORM prior to the user clicking the submit button? Essentially what I want to do is make sure the user has filled in all three text fields on my form

Re: [PHP] Read Form values prior to submit?

2008-12-28 Thread Tim Rude
Thanks! I haven't played with javascript but it looks pretty straight-forward. I appreciate the samples. Tim Rude -- tedd tedd.sperl...@gmail.com wrote in message news:p06240817c57d610ba...@[192.168.1.101]... At 9:41 AM -0600 12/28/08, Tim Rude wrote: Using PHP, is there a way for me to read