Page 1 of 1

Working with different files

Posted: Thu Sep 09, 2004 7:29 am
by cubeltd4
Hello People,

If you work with different files like header.php footer.php leftcolumn.php...
and you use echo for the html tags in every file do you always start from the begin with the echo "<html tag>"; or do you work liek this on the next files echo " <where the previous tag ends>

Posted: Thu Sep 09, 2004 8:34 am
by MarK (CZ)
I'm a bit confused what you're asking..?

Posted: Thu Sep 09, 2004 8:42 am
by Sema
hmmmm.... give an exampel :?:

Posted: Thu Sep 09, 2004 8:51 am
by Draco_03
If you talking about including different file in one main file, well no you don't start html each time. because inlcuing means adding the "exact" code you put in your page (to BE included)and the code is put "exactly" where you include it on the mainpage
(using the include ("something.php");)