|
Posted by Girish on 09/27/06 12:10
Hi Everyone,
I am passing a form to a php script for further processing.
I am able to retrieve the last value set for that given form variable
using
$variable=$_REQUEST['form_variable'];
My question is, what is the Php way of retrieving all the values passed
for the same form variable?
For example, if the php script is called with a syntax like
http://xxxx/get_variables.php?form_variable=value1&form_variable=value2&form_variable=variable
, how do I iterate through all the values that form_variable has been
set to?
Thanks and regards,
Girish
Navigation:
[Reply to this message]
|