On Wed, Aug 27, 2008 at 12:13 PM, tedd <tedd.sperling@xxxxxxxxx> wrote: > At 5:54 PM +0000 8/27/08, shaun thornburgh wrote: > >> Hi, >> >> I need to send a post variable to an ASP page, can I do this within my PHP >> script? >> >> I don't need to view the page, or get any acknowledgment back, just send >> the single POST variable... > > use the curl or http extension. The point is not IF php can send a POST (it can), but rather can ASP receive > a POST? if this were the case i doubt asp would have ever been used at all ;) -nathan