[thelist] doing http requests using php (without curl?)

Hans Zaunere zaunere at yahoo.com
Wed May 22 15:21:00 CDT 2002


$remote = fsockopen('remote.host.com', 80);  is the simplest way.

Hans Z.
New York PHP
http://nyphp.org


--- Ben Phillips <ben at inchima.com> wrote:
> i am trying to carry out a http POST request in the middle of a php
> script. this is without using curl as i'm on a shared server.
>
> basically, i need the functionality of HTTP::Request (perl) in php.
>
> any ideas? i hope i'm just overlooking a simple function that allows
> me
> to do this.
>
> benji
> inchima.com
>
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com



More information about the thelist mailing list