RE: Problems sending $_POST vairable to an ASP page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 






> Date: Thu, 28 Aug 2008 16:21:19 -0500> From: jblanchard@xxxxxxxxxx> To: shaunthornburgh@xxxxxxxxxxx; php-general@xxxxxxxxxxxxx> Subject: RE: [PHP] Problems sending $_POST vairable to an ASP page> > [snip]> I need to send post variables to an ASP page. I have the following code> which isn't producing any errors but isn't working either:> > foreach($_POST['newsletter-group'] as $key => $value){> $_POST['addressbookid'] = $value; $out = "POST /signup.ashx"; $fp => fsockopen("dmtrk.net", 80, $errno, $errstr, 30); if (!$fp) { echo> "$errstr ($errno)<br />\n"; } else { fputs($fp, $out . "\r\n"); }> fclose($fp); }> > Can anyone tell me what I am doing wrong please?> [/snip]> > http://www.php.net/curl> > > there was just a thread on this within the past week.> > -- > PHP General Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php> 
 
Hi Jay,
 
Unfortunately I don't have curl installed on my server.
 
 
_________________________________________________________________
Make a mini you on Windows Live Messenger!
http://clk.atdmt.com/UKM/go/107571437/direct/01/

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux