Re: [PHP] using variable in php form before the form is POSTed

2008-05-14 Thread Bastien Koert
On Tue, May 13, 2008 at 9:02 AM, tedd [EMAIL PROTECTED] wrote: At 2:44 PM -0700 5/12/08, milt wrote: I have a form that will be filled in by the user, I want to have access to the content of one of the fields in that form, in order to fill in an another variable that is not part of the form.

Re: [PHP] using variable in php form before the form is POSTed

2008-05-13 Thread tedd
At 2:44 PM -0700 5/12/08, milt wrote: I have a form that will be filled in by the user, I want to have access to the content of one of the fields in that form, in order to fill in an another variable that is not part of the form. this variable is used by a routine when the form is posted.

[PHP] using variable in php form before the form is POSTed

2008-05-12 Thread milt
I have a form that will be filled in by the user, I want to have access to the content of one of the fields in that form, in order to fill in an another variable that is not part of the form. this variable is used by a routine when the form is posted. Question - is the $_post[field name]

Re: [PHP] using variable in php form before the form is POSTed

2008-05-12 Thread Robert Cummings
On Mon, 2008-05-12 at 14:44 -0700, milt wrote: I have a form that will be filled in by the user, I want to have access to the content of one of the fields in that form, in order to fill in an another variable that is not part of the form. this variable is used by a routine when the form