Page 1 of 1

Taking parameters from a file without using a form

Posted: Thu Jul 07, 2005 8:36 am
by mustafamisir
Hi,

I have checkbox list between form tags. After I choose some checkboxes, I press the button submit and it sends the form's parameters. But, I must reach some parameters which do not come from a form, it must come when I press the button of form, too.

How I can solve this problem?

Posted: Thu Jul 07, 2005 8:47 am
by hairyjim
Are you saying you have some items outside of the form tags that you also wish to pass onto the next php page?

Posted: Thu Jul 07, 2005 8:49 am
by mustafamisir
yes, you are right.

Posted: Thu Jul 07, 2005 9:39 am
by hairyjim
Can you not add these bits of data into the form area as hidden field?