Advertisement
krot

REQUEST_URI Проверка главной

Nov 26th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. if(($_SERVER["REQUEST_URI"] == "/") ||( $_SERVER["REQUEST_URI"] == "/index.php")||( $_SERVER["REQUEST_URI"] == "/index.php?")||( $_SERVER["REQUEST_URI"] == "/?"))
  2. echo 'Главная';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement