hi, i'm trying to access the string that is the eqivalent of ASP's request.form,
basically it's like the string of variables passed to the new page on submittion of a form when the form's method is 'post'
the number of variables passed by my form is not static, so i need to get the whole string and work everything out from there.
i know i can access the string using $HTTP_SERVER_VARS['QUERY_STRING'] if the form method value is get,
but i cant show the values in the address bar, i must hide them.
any help appreciated,
vauneen