Posted by d on 03/29/06 19:03
"ZeldorBlat" <zeldorblat@gmail.com> wrote in message
news:1143579273.137001.105190@g10g2000cwb.googlegroups.com...
>
> lawrence k wrote:
>> If I've a big string and I want to send it to another web page as a GET
>> request, I just use file(). I've done this often.
>>
>> But what command do I use when I want to send the same string as a POST
>> request?
>
> <http://www.php.net/curl>
>
That's massive overkill for just sending a text string via POST...
fsockopen() is more than enough :)
Navigation:
[Reply to this message]
|