Quote:
Originally Posted by CHMOD
If you think about security, your code could cause issues though. I would write it this way:
if(!file_exists('header.php')) {die("ERROR MESSAGE HERE");}
include ('header.php');

|
Yeah, we addressed that through ICQ, and got rid of the includes, haha.
