Hi, i was trying to make 1 file containing an entire page.
well, it works nicely, if i leave out my frames.
Now, i was wondering, is there any way to put the frames into the file? (without getting an error 😉
here is an example of the code i use :
if ($page == pagename) {
?>
...
<?
}
else if ($page == pagename2) {
?>
Well, i'd like to add to it that it defaults to using a 3 frames page, with the content for those frames inside the same file.
So the upper and left frame stay as they are, while the last frame changes when the change the page they are viewing.
I know it's probably not possible, but since i'm not a PHP expert, i thought i'd ask 🙂
thx in advance for any help you can give me.