help!
I want to do a while loop using $_POST. To extract data for example I want to do something like:
while ($i < sizeof($_POST)){
print $_POST[$i];
$I++;
};
Is this possible or something like this? I want to echo each of the contents of the $_POST without knowing what the actual value is called from the form.
Cheers,
Greg
I want to do a while loop using $_POST. To extract data for example I want to do something like:
while ($i < sizeof($_POST)){
print $_POST[$i];
$I++;
};
Is this possible or something like this? I want to echo each of the contents of the $_POST without knowing what the actual value is called from the form.
Cheers,
Greg