which is better? using php to generate a complete website (html and all) or using both html pages and php pages separately? by better i mean easier to manage and leads quicker.
Printable View
which is better? using php to generate a complete website (html and all) or using both html pages and php pages separately? by better i mean easier to manage and leads quicker.
I dont know about you... but with "almost" every script ive ever made... i use a header and a footer file... (Ex: header.php, footer.php) with my template then i just include them into the other php pages...
alright cool i'll do that then