thanks for the replies guys, I want to be able to access myself with php only, which means.. using require/include I want the same file to be function normally, I jst don't want others to open the file directly like: foobar.php..
chmod 000, means file can't be used by anyone, not even by myself(php/apache).. 🙂
bpat1434, are u sure PHP can bypass the .htaccess.. means can php still read that file(foobar.php) without accessing directly?