<?php // Permanent redirection header("HTTP/1.1 302 Found"); //header("Location: select.php"); header("Location: client.php"); exit(); ?>