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");
?>
<?php
session_destroy();
header("Location:index.php");
?>