No input file specified (PHP)?

  • Thread starter Thread starter Calle E
  • Start date Start date
C

Calle E

Guest
Whatever does "No input file specified"? It's an error that I keep getting, for example in this little piece of code:
<?php
session_destroy();
header("Location:index.php");
?>
 
Back
Top