Moderators: macek, egami, gesf

while(list($var,$val) = each($GLOBALS)) {
if (preg_match('^access'),$var) {
$theValue = $var;
break;
}
}
while(list($var,$val) = each($GLOBALS)) {
if (preg_match('^access'),$val) {
$theValue = $var;
break;
}
}
while(list($var,$val) = each($GLOBALS)) {
if (preg_match('^access'),$val) {
$theValue = $val;
break;
}
}
while(list($var,$val) = each($_GET)) {
if (preg_match('^access^',$val)) {
$theValue = $val;
break;
}
}

Return to PHP coding => General
Users browsing this forum: No registered users and 5 guests