View Single Post
  #20 (permalink)  
Old 07-18-09, 11:49
JeremyWJ JeremyWJ is offline
BOD Member
 
Join Date: May 2009
Posts: 98
Default

Quote:
Originally Posted by Quilceda View Post
You can create a website that a user could view with only HTML, but not only with PHP. Basically, the HTML tags describe what the user will see, and all the PHP does is communicate behind the scenes (usually with a database).
Actually, that's not true. You can create a page a user can view in pure PHP. PHP can output all the HTML you want. Yes, they still see only the outputted HTML (no PHP), but you can use PHP to generate, on-the-fly, all the HTML needed.
__________________
Jeremy J

* Bodhost VPS Linux Account Holder
* Network Information Systems Professional
Reply With Quote