Re: [PHP] Learning PHP - question about hidden form fields

2005-09-07 Thread Iggep
Wanted to thank the handful of you who wrote me with some hints. I really appreciate the guidance. :) The test form is working like a champ. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Learning PHP - question about hidden form fields

2005-09-07 Thread bruce
iggep... what are you trying to do with the following: >>echo ""; >>echo ""; if i had to guess, i'm pretty sure you're trying to assign the val of 'preform_submitted' to 'form_submitted'... but i'm not sure why... $preform_submitted will not have the val you think it does.. in fact, from your sa

Re: [PHP] Learning PHP - question about hidden form fields

2005-09-07 Thread James Kaufman
On Wed, Sep 07, 2005 at 06:47:28PM -0400, Iggep wrote: > Hey all! I sat down and started learning PHP today and ran into a bit of a > spot. Hoped someone here could lead me in the right direction. I created a > simple test form called form.php. I thought I had this strait in my mind > when I