matthewhaworth Posted August 27, 2007 Share Posted August 27, 2007 Now, most PHP sites I've seen recently don't create the website in html and then implement bits of php. They render the site bit by bit by concatenating html onto a variable that is echo'd at the very end. Where can I seek advice on how to go about this? Or can you give me some ideas.. the subject throws me. Completely, throws me. Quote Link to comment https://forums.phpfreaks.com/topic/66833-page-rendering-techniques/ Share on other sites More sharing options...
uwannadonkey Posted August 27, 2007 Share Posted August 27, 2007 well some sites have all the html,layout and such in files such as header and footer.php and then include it, it saves alot of disk space, and it makes your code easier to read. is this what u were asking? Quote Link to comment https://forums.phpfreaks.com/topic/66833-page-rendering-techniques/#findComment-335075 Share on other sites More sharing options...
matthewhaworth Posted August 27, 2007 Author Share Posted August 27, 2007 well some sites have all the html,layout and such in files such as header and footer.php and then include it, it saves alot of disk space, and it makes your code easier to read. is this what u were asking? I've gathered that, it's more of a dynamic body that confuses me.. I mean.. how can I implement each.. module say.. one by one. Quote Link to comment https://forums.phpfreaks.com/topic/66833-page-rendering-techniques/#findComment-335092 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.