Code has been added to clipboard!

Inaccessible PHP Files

Example
<html>  
  <body>    
  <h1>Welcome!</h1>  
  <?php 
    include 'no_file_exists_oh_no.php';
    echo "I have a" . $color . " " . $car . ".";
  ?>
  </body>  
</html>