Helping ordinary people create extraordinary websites!

Template Driven PHP Architecture

By Inforlinx
2004-06-23

What happens when a PHP page is invoked
Browser basically interprets HTML where as PHP is a parsed/compiled by an application server. When ever a request for a PHP page is transferred to the Application server, which could be mainly APACHE. There the parser skips the content included in HTML tags and parses the contents included between <?php ?> tags. PHP code is substituted by the result.

Next the browser displays the contents included in HTML tags, with their respective styling.



Tutorial pages:
 1 Votes

You might also want to check these out:


Leave a Comment on "Template Driven PHP Architecture"
You must be logged in to post a comment.

Link to This Tutorial Page!


GET OUR NEWSLETTERS