|
|
|
|
|
by ludovicurbain
5000 days ago
|
|
no that's bad really. The best way to write PHP for the web is like any language: php echos or prints shit, that's it. The way you're showing is that of the total noob trying to implement some php inside their evil dreamweaver website. Besides, if you're handling markup (in the web context) on the server side, you've already failed, as most markup should only be generated client-side, diminishing server-load and bandwidth consumed while greatly improving cacheability. |
|