I've been testing the script that you gave me, and it does work. The problem is when I try to use any additional php scripting between
<!-- BASIC PAGE START -->
and
<!-- BASIC PAGE END -->
I figured out what I was doing wrong (no need to declare $html more than once, no need to require main.inc.php more than once. This is what I have so far:
Test Index The only problem now is that there doesn't seem to be any access to cookie information cause when I go to the test index I'm not automaticly logged in.
I aslo haven't been able to get it to work in a .shtml file as a server side include (not sure if it's possible, and not a setback).
More hackin'
