.htaccess
PHP Code:
<Files fileyouwanttoprotect.php>
AuthUserFile /www/htpasswds/.htpasswd
AuthName Protected
AuthType Basic
<Limit GET>
require valid-user
</Limit>
</Files>
like that
edit.. damn how to insert these less then ang greater then signs..
so I just used php tag.. it's not a php *OBVIOUSLY*