View Single Post
  #21 (permalink)  
Old 07-18-09, 11:05
Quilceda Quilceda is offline
BOD Member
 
Join Date: Jul 2009
Posts: 50
Default

Quote:
Originally Posted by JeremyWJ View Post
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.
True. Still, whether you're writing it by hand or generating it with PHP, you still need the HTML. No HTML, no viewable output. The PHP can control which HTML to display and can string it together for you if you've coded it to do so, but it can't take its place.
Reply With Quote