English 中文(简体)
用自己的表格取代单体
原标题:replacing an iframe formular with own formular

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 我不想让我的伙伴知道,我不使用他的一机,因此我可以要求他帮助:

是否有办法解决? 感谢您的想法

最佳回答

似乎像跟踪是在第一稿/乌尔里进行的,然后数据发送给第二档。 也许你可以启动头ur和Ur的跟踪,然后把所有东西送到第二 。

• 进行“ cur”试验:

$lastUrl = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);
echo $lastUrl;

另见:

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签