Posted by Sidonath on 04/15/06 23:57
But you still can try with $HTTP_*_VARS :) // $nextGlobal = {"GET", "POST", ...} function showthisarray($nextGlobal) { echo($nextGlobal . "\n"); // debug line foreach(${'HTTP_' . $nextGlobal . '_VARS'} as $k => $v ) { echo($k . " = " . $v . "\n"); } } I didn't write much PHP lately, so sorry if there is some syntax (or any other) error here.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming