This is not entirely a PHP question & I should know the answer,
but ...

I'm trying to figure out how to correct the proper format for
simulating the data sent in a POST.  I believe the basic syntax
is

name1=value1&name2=value2 ...

Is this correct?

If so, how are the value's encoded?  Is each value surrounded by
""?  Do I need to urlencode() each value (without the surrounding
"")?

Any help appreciated.

--
JR


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

Reply via email to