"Richard Smith" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> Yes, the postURL() function sends a query to the server that looks just
> like what a form produces, so in the example posted you would have a
> $test variable in your PHP as usual.

This isn't actually the case.  the posted data is probably not been url 
encoded and there's no encoding defined.

the raw post data can be found in $HTTP_RAW_POST_DATA and you parse it out 
from there.

Cheers,

Jim. 





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to