Taking parameters from a file without using a form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mustafamisir
Forum Newbie
Posts: 23
Joined: Wed Jun 22, 2005 1:00 pm
Contact:

Taking parameters from a file without using a form

Post 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?
hairyjim
Forum Contributor
Posts: 219
Joined: Wed Nov 13, 2002 9:04 am
Location: Warwickshire, UK

Post 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?
mustafamisir
Forum Newbie
Posts: 23
Joined: Wed Jun 22, 2005 1:00 pm
Contact:

Post by mustafamisir »

yes, you are right.
hairyjim
Forum Contributor
Posts: 219
Joined: Wed Nov 13, 2002 9:04 am
Location: Warwickshire, UK

Post by hairyjim »

Can you not add these bits of data into the form area as hidden field?
Post Reply