Hi, I'm searching for a debug script, which analyzes the HTTP-Vars and dumps all variables resp. all arrays out.
Does anyone wrote such a script?
thx
Manuals are cool.
echo '<pre>'; print_r($HTTP_SERVER_VARS); print_r($HTTP_POST_VARS); print_r($HTTP_GET_VARS); print_r($HTTP_COOKIE_VARS); print_r($HTTP_SESSION_VARS); echo '</pre>';
Thx, ok I should consult the manual first for sich trivial questions
Indeed :-)