My problem: I have an iframe from my partner
<iframe src="http://foo.com/aff_c?offer_id=28&aff_id=1020&file_id=164&url_id=32"></iframe>
它是我上页的表格,以便来访者能够发送数据。 现在,我想创建我自己的表格(对发送的数据有更大的控制),然后向我的伙伴发送数据。 首先,我试图将《URL》从单体上添加到我形式的行动属性,并通过《开放式守则》的方法将其发送,但我发现,原表格并非完全从一机上投放,而是放在另一个架子上,在一机装满后,一机就重新定位。 重新定位的URL类似,但在小数米上几乎没有差别,例如:
http://blabla.foo2.com/bla?a_aid=1020&a_bid=164&utm_source=affil&offer_id=28
So I changed an action attribute of my form with this second URL and now I am sending data right there. It works now, data are sent but there is the problem. The other side (my partner) cannot identify if data comes from me or from another partner. Apparently there is missing parameter in second URL (url_id=32) but I don´t know how to send it. I was supposed to try php cUrl library but I m not sure if it could help here.
Ou...and 我不想让我的伙伴知道,我不使用他的一机,因此我可以要求他帮助:
是否有办法解决? 感谢您的想法