Curl will let you perform post operationgs, take a look at
http://www.php.net/curl.

Note you will need to have libcurl installed and PHP will have to be
compiled with curl support.

There are also probably classes that allow you to do post requests, take
a look at the script repositories, hotscripts.com and you might try
phpclasses.org as well.

Jason
On Fri, 2003-02-28 at 14:09, Alex Shi wrote:
> Hi,
> 
> Any one know in a php script, if it is possible to simulate a post method?
> I mean I want to header() to an url but don't like to embed the parameters
> into that url.
> 
> Thanks in advance!
> 
> Alex Shi
> 
> 
> -- 
> ==================================================
> Cell Phone Batteries at 30-50%+ off retail prices!
> http://www.pocellular.com
> ==================================================
> TrafficBuilder Network: 
> http://www.bestadv.net/index.cfm?ref=7029
> ==================================================
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to