paul41598
21 Nov 2006, 12:59
What do you see wrong with this php file I made? I keep getting a blank page and its driving me crazy. All Im doing is a query and outputting the results in a table.
I think it has to do with fetching the templates. Because if I put a echo "$getadmirername1"; right before the fetch template it shows me results fine.
My templates are made and the right variables placed in em. I dont get it
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
n/m figured it out. Guess I needed a:
eval('print_output("' . fetch_template('shell_blank') . '");');
in there... weird
I think it has to do with fetching the templates. Because if I put a echo "$getadmirername1"; right before the fetch template it shows me results fine.
My templates are made and the right variables placed in em. I dont get it
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
n/m figured it out. Guess I needed a:
eval('print_output("' . fetch_template('shell_blank') . '");');
in there... weird