Hello,

On 07/07/2004 10:49 AM, Josh Close wrote:
How can I post data without having it submitted from within a form?

With get I can just add it to the url. Is there a php function for this?

If you mean emulating POST form submission to a site of a given URL, you may want to try this HTTP client class that makes it easy to do that and comes with an example:


http://www.phpclasses.org/httpclient


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

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



Reply via email to