I have various files which are included in one php page by the line: include'blahblah.php';
I am unable to figure out how to block direct access to these files from the address bar!
for example:
Anyone after looking at my source code can try to open the file 'blahblah.php' by typing in the address bar: http://www.mydomain.com/mydir/blahblah.php
How do i restrict people from doing so?
Thanks in Advance!