Posted by Erwin Moller on 12/15/05 17:01
RicercatoreSbadato wrote:
> Hi all,
> I have to make a post in php but from the server (serverside).
>
> I've though to use the system("wget ..");
>
> but surely exist others solutions... which?
Hi,
Look up CURL at www.php.net.
CURL let you add name/value pairs and will produce a 'real post', as if
posted by a browser.
Have fun!
Regards,
Erwin Moller
[Back to original message]
|