GET URL from <form>

i need help, i’ve got two formulars and if I post my first form, my url is this:

http://www.example.com/search.php?finder=searchquery — that’s OK

second form do this:

http://www.example.com/search.php?order … &Submit=OK — that’s OK too

but i can’t sent both forms… I send first form and than second form, but second form rewrite the first one.

I need to PHP make this url: http://www.example.com/search.php?order … earchquery

how do I do this?
probably something with character - &
Sorry if you don’t understand me… im from Czech

You’ll need to carry the value over through a (hidden) form element. That’s the only way, besides storing it in a session or external source.

Sponsor our Newsletter | Privacy Policy | Terms of Service