File Directory Php



Viewing the source of a document


" method="get">
Enter file name (test.txt):
">



if ( isset( $file ) )
    show_source( $file ) or print "couldn't open \"$file\"";
?>