View Full Version : PHP code in header
Amitk
Thu 6th Jul '00, 10:42am
require(answer)
if(simple php code work in header or footer=="works")
{
HOW???????
}else{
ANY WAY OUT?????
}
Thanks
Bealers
Fri 7th Jul '00, 6:09pm
$q = array(
"eh?",
"can",
"you",
"explain",
"your",
"question",
"better",
"please"
);
while(current($q)){
print current($q) . "\n";
next($q);
}
Amitk
Tue 11th Jul '00, 2:38am
I just want to ask can u put codes in templates in the admin section or i can just put $VARIABLES.....
Mark Hewitt
Tue 11th Jul '00, 3:27am
You can do pretty much what you want in the header
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.