Thread
:
How to pass data to another page on another domain via POST without specifying it ...
View Single Post
shabbir
Go4Expert Founder
17Feb2011,08:39
Say you want to pass data from file 1 to file 2 on same server. What you do ?
You post data from file 1 and in file 2 you fetch the data.
Same needs to be done and it is independent of domain name.