Hi,
Look at the code below. I have a form that uses a POST to a page with this code.
I am getting nothing reading the $POST array. I am also having problems reading
$SERVER['HTTP_REFERER']
What PHP ini settings have to be set for these to work? Something seems wrong.
Any Ideas???
================================
while(list($key, $value) = each($_POST)) {
if(substr($key, 0 , 5) == "dorder"){
echo "The value of this select is " . $value . "<br>\n";
}
}echo "<br><br>\n";