Logikos
04-25-2003, 12:33 AM
Okay well im kinda new to php :-P and i made a advertise.php file. All i want it to do is show the "header" require('./global.php'); and the footer and then my one template in the middle of that. i;ve tried a few things but cant get it down >_< heres what i was trying. Maybe youy can tell me what im going wrong.
<?php
require('./global.php');
if (!$bbuserinfo[userid]) {
show_nopermission();
}
eval("dooutput(\"".gettemplate {{'advertise'}}."\");");
?>
I would also like guest to be able to see it also. how can i go back and forth on doing this
Thanks
-Nem
<?php
require('./global.php');
if (!$bbuserinfo[userid]) {
show_nopermission();
}
eval("dooutput(\"".gettemplate {{'advertise'}}."\");");
?>
I would also like guest to be able to see it also. how can i go back and forth on doing this
Thanks
-Nem