Re: Header() - POST

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 5, 2008 at 9:20 AM, Boyd, Todd M. <tmboyd1@xxxxxxxx> wrote:

> On a side note... in the future, if you find that a particular process
> calls for POSTing to a different page, the cURL library (which I believe
> is now included with PHP by default in v5.x+) can accomplish a plethora
> of wonderful stuff that would ordinarily be handled by a browser
> (POSTing, basic HTTP authentication, SSL certs, etc.).

correct: curl is king for that

OP: sending POST to the browser doesn't do anything. POST is a
request, not a response.

if you want to re-post data you need to look at a client-side
alternative using javascript (or applets - flash, java, etc)

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux