PHP header() May 25, 2012 Pramod T P It sends a raw HTTP header to a client. Example <?php header(‘Location: http://www.phpcodez.com/’); ?>