Jump to content

Page rendering techniques.


matthewhaworth

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/66833-page-rendering-techniques/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.