Hi,
I do understand you can use get, post and session(maybe cookie as well?) to pass the variables.
But I would like to know whether you can just create url manually, without having a submit button to generate the url in a form. Because I if I do this in a form it will always direct to only one webpage.
What I want to do is create multiple links which could link to different pages,(not a single page) on just one form, so each link will direct to differnt page, with variables' values specified(set).
I tried to search for a function which does this job on google, but I couldn't find it.
Another question is, once the target page sees this url, can we retrieve the values nicely? Can this be done? If so, help me on this please.
Thanks very much.