Quote:
Originally Posted by Quilceda
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.
|
I never said PHP could take HTML's place. You can however use PHP to generate 100% of the HTML. In other words you can create a page without writing any actual HTML. You have to write the PHP code to generate the HTML though (so in a sense you still are).