[PHP] Re: POST without POSTing

2009-10-01 Thread Jeff Brown
Paul M Foster wrote: I'm sure this has been covered before, but I'm not even sure how to search in the archives for it. I have a form that collects certain info via POST. It is re-entrant, so when the user hits the "submit" button, it checks the input and does whatever sanity checks it needs to.

[PHP] Re: post without

2004-07-08 Thread Manuel Lemos
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 cl