<?php // Permanent redirection header("HTTP/1.1 301 Moved Permanently"); //header("Location: select.php"); header("Location: select.php"); exit(); ?>