Let me check. Can you tell me how to protect the $_SERVER[ 'REQUEST_URI' ] value from getting attacked? THANKS A LOT
header( "Location: {$url}{$_SERVER[ 'REQUEST_URI' ]}", true,
$redirect );
Let me check. Can you tell me how to protect the $_SERVER[ 'REQUEST_URI' ] value from getting attacked? THANKS A LOT
header( "Location: {$url}{$_SERVER[ 'REQUEST_URI' ]}", true,
$redirect );