PDA

View Full Version : PHP code in header



Amitk
Thu 6th Jul '00, 11:42am
require(answer)
if(simple php code work in header or footer=="works")
{
HOW???????
}else{
ANY WAY OUT?????
}

Thanks

Bealers
Fri 7th Jul '00, 7: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, 3: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, 4:27am
You can do pretty much what you want in the header