<?php
if ( $_SERVER [ 'PHP_SELF' ] != '/index.php' )
{
die ( "You can't access this file directly." );
}
?>
is there a way for that it can assess it but if u put in likewww.yoursite.com/thepage.php where it says "You can't access this file directly." but if the site asks for it in like a scriped and it lets it go...
