Thread: Having trouble
View Single Post
  #15  
Old 8th February 2010, 10:01
pwnage pwnage is offline
Senior Member
 
Join Date: Jan 2010
P2P
Posts: 45
Default
PHP Code:
if (defined('IN_PMBT'))die ("You can't include this file");
define("IN_PMBT",true);
include(
"header.php"); 
this is what i had b4

but when i put what u said to put in it said parse error
Reply With Quote