Posts by Chelder Nunes Guimarães • 1 point
1 post
-
0
votes3
answers1869
viewsA: How to make '$_SERVER['REQUEST_URI']' accept GET variables
I think I could use $_SERVER['SCRIPT_NAME'] if ($_SERVER['SCRIPT_NAME']!= '/painel/cardapio.php') { header('Location: cardapio.php') }