This is mostly to help me test some of the security on my site, but how would I view the php on my site? For example
will allow me to view the source code, but how do I view the include files and such that are in my php files.PHP Code:<?php
$handle = file_get_contents("http://www.mysite.com",NULL);
$handle=htmlentities($handle);
$handle=str_replace("\r\n","<br>",$handle);
echo "$handle";
?>



Reply With Quote


Bookmarks