Hi
Following scenario:
I get GET Variables to a site. Depending on the value of some variables I want to send all the variables to site A or B.
How can this be done in an easy way. Until now I sent them using header() by adding the content of the vars into the url-header with ...&var1='.$GET[var1]&var2='$GET.....
With many vars quite a pain...
How can this be done with GET but also with POST vars?
Any suggestions?
Following scenario:
I get GET Variables to a site. Depending on the value of some variables I want to send all the variables to site A or B.
How can this be done in an easy way. Until now I sent them using header() by adding the content of the vars into the url-header with ...&var1='.$GET[var1]&var2='$GET.....
With many vars quite a pain...
How can this be done with GET but also with POST vars?
Any suggestions?