Should this be written in C or php?
- by user1867842
This is my code; it speaks for itself on what I'm trying to do.
<?php
define("html","<html>");
define("htmlEnd","</html>");
etc...
etc...
?>
What I'm trying to do is make a wrapper for html's tags so they won't be needed anymore. But I can't get any of the attributes for html elements to be defined in PHP. This again speaks for…