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

Re: Simple Post



I'm guessing this means you want to connect to a URL with URL-encoded 
form data in it.  If this is the case, 99% of the time, you want to use 
a GET request.  (Not sure why you were trying to use POST)

You can use the 'webform' code to build the URL-encoded form data, and 
the http_url_get() routine to connect to the server with the URL.


On 7/12/2011 5:01 PM, Ron Koontz wrote:
> I need to send them a URL with tags in it is all. So I'm not sure the
> best way to do this.
> Thanks.
>
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------