$myFile = "test.txt"; $fh = fopen($myFile, 'r'); $theData = fread($fh, 1); fclose($fh); echo $theData; if ( $theData == 1 ) { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.chi-si.org/instipet/launched.html"); } ?>