On Thu, Sep 11, 2008 at 12:47 AM, Luke <[EMAIL PROTECTED]> wrote:
> But surely you can post data with Javascript? Ach, at college now I can't
> access my source, I forget how to do it exactly...

yes, i said javascript. something on the client side has to do it.
(well besides for a curl-based form post inside of php, but something
is telling the php script to do that to begin with)

header() in PHP is a command for the server to send a header to the
client. POST is an HTTP request verb...

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

Reply via email to