nicolaspar on 02/28/07
Last Edited at 02/28/07 12:28pm
#Simpleif (isset($HTTP_GET_VARS) and ! empty ( $HTTP_GET_VARS ) ) { $_GET = $HTTP_GET_VARS;} if ( isset( $HTTP_SERVER_VARS ) and ! empty( $HTTP_SERVER_VARS ) ) { $_SERVER = $HTTP_SERVER_VARS;}
Report this snippet Tweet
Comment:
You need to login to post a comment.