Hello jeremy,

j> don't name them .inc files.


j> Name them blahblah.inc.php or something that will be parsed, and
j> therefore not just gurped up by the server.

I think, more secure is move inc file out www tree.

/home/user/public_html/index.php
/home/user/include/lib.inc

index.php
<?
  include('/home/user/include/lib.inc');
?>


Best regards,
 Andrew Sitnikov                         



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to