Code: Select all
<?php
$fp = fopen("File.php", "r");
?>Also, just to be clear, we only have the file resource to work from, and no other information.
I just can't seem to find anything on it, so either my googling has failed me this time, or it just doesn't exist.