if i put $lastblogs.. it's not going to show anything because $lastblogs doesn't exist?
i am trying to make $lastblogs a variable that shows what is on lastblogs.php
if it was a .php page then i could just use
<?php include($_SERVER['DOCUMENT_ROOT'] .'/lastblogs.php'); ?>
and it would show the content on lastblogs.php
but i can't put that into a template because it won't work.
could it be something like
$lastblogs = 'require_once(ROOT.'lastblogs.php');';
?
Offline WormHole Member No.: 1
Registered: 4-16-2004
Last Visit: 9-7-2010 at 07:02 AM
it's a different database in a different directory which is why i am using that script. you can just forget about this lol. i didn't think it would
be that hard... i just used an iframe
Offline WormHole Member No.: 1
Registered: 4-16-2004
Last Visit: 9-7-2010 at 07:02 AM
I was going to suggest an iframe but I was finally talking with Guldan about this last night and he wanted to know the database status so he would
know how to write up what you want. Do you still want this done?
PLEASE DO NOT U2U ME FOR GENERAL SUPPORT ISSUES!!!
Growing old is only going back to where you're from.
~Kansas~
Purchased Items:
Offline WormHole Member No.: 1
Registered: 4-16-2004
Last Visit: 9-7-2010 at 07:02 AM