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

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 input type='hidden' name='preform_submitted' value='y'; echo input type='hidden' name='form_submitted' value='$preform_submitted'; if i had to guess, i'm pretty sure you're trying to assign the val of 'preform_submitted' to

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