<?php $filename = "yarasa.dat"; if (file_exists($filename)) { //here redirect to true.php3 } else { //here redirect to false.php3 } echo "<title>PCc0d3r Data Center</title>";
redirect:
header("Location: your_url_here");
be sure to put this before you print anything!