View Single Post
Old 26th May 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Thanks for the good write up heavensrevenge :-)

@tuck

One could probably say PHP+HTML but the simple fact is, HTML is _NOT_ apart of PHP.


The <?php ?><? ?> thing has a logic behind it.


If you wanted you could output assembly code instead of HTML using PHP :-P


I recently created a PHP5 interface and class for abstracting HTML out of a websites PHP scripts, that way the coders can concentrate on program logic instead of presentation. It's also a good excuse to encourage people to use an style sheet (like the bloody sight theme!!!) instead of html attributes and (theme specific) file paths embedded in the PHP files generating the HTML output sent to the clients browsers.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote