Greeting ;

I want to get the POSTED data as it is without letting php to parse it.

for example: if i posted the following from a form :

abc=string&abc=string2&ayz=string3

I want to get the both abc values ...
I tried extract function and all global arrays and $_POST  .....

PLEASE NOTE that I don't want to use GET method.
Please Advice
Nabil

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

Reply via email to