There is a contact form which current action is http://www.siteA.com/ContactInfo.php
, it sends fields and values.
In ContactInfo.php, i just catch the values and send and email to y@z.x
ANCAK, ContactInfo.php içeride, diğer etki, başka bir hedefe aynı veri göndermek gerekir http://www.SiteB.com/Reg.aspx
Ben SiteB bir http POST isteği oluşturmak için dışarı uğraş vermişler, fakat bu bile aynı sitede başka bir dosya ile, çalışmaz.
Ben şu anda kodu değil, ama bu yapıya benzer.
<? php
//ContactInfo.php
// CATCTH VALUES and SEND EMAIL
// CREATE Http POST REquest to another www.siteB.com/Reg.aspx
?>
Ben ... HttpRequest nesnesi, cURL, ve diğer birini kullanarak dışarı uğraş var ... ben adını hatırlayamıyorum.