I've been experimenting with PHP and MySQL a bit but to make outputed pages look good requires tonnes of HTML code within the PHP script.
It's getting really cumbersome and difficult to work out whats going on because of all the damn HTML code. Is there anywhere else I can put it, like in subs at the bottom of the script so I can print sections of HTML when nessecary?
