Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - Best PHP Tutorial
View Single Post
Old 11-22-2009, 08:47 PM   #12 (permalink)
tyler
Junior Member
 
Join Date: Nov 2009
Posts: 1
Default Re: Best PHP Tutorial

"the code is executed on the server"

This is an important concept for the first-time PHP programmer to understand, so that when you get into string formatting later on, you understand the difference between formatting the on-screen content (as parsed by your browser) and formatting the HTML code (as returned by the server).
For example "\n" starts a new line in the HTML code, and its results are only seen if you look at the "source HTML". It is NOT the same as <br>!

[EDIT BY danbrown AT php DOT net: Corrected typo in post. Thanks to PHP at ANDY dot COM dot PT for pointing out the issue.]

__________________
eco diagnostic pret taux zero immobilier | Credit pret a taux zero 0 | Pret taux zero a 0
tyler is offline   Reply With Quote
Sponsored Links