Quote:
Originally Posted by JeremyWJ
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.