[thelist] Design with includes | no framesets

Blessed Software Inc. titsche at gmx.at
Sat Jun 8 18:00:01 CDT 2002


Hi all!
I'm quite new to php and have a basic question. So here it is: My php sites
are all completly php!
So my site doesn't look like : <html> <body> <?php echo "blah";
?></body></html>
it is all like: <?php echo "<html><body> " . $blah . "</body> </html> ?>

i hope this is understandable :)

so my problem is that i want to have a index.php wich looks like : <?php
include("top.php"); include("menu.php"); include("main.php"); ?>

how can i influence the layout of the includet files.... i don't want to use
framesets anymore!!!

Thx a lot for every suggestion and hint!!!

Greez Tj




More information about the thelist mailing list