[ create a new paste ] login | about

Link: http://codepad.org/AxCAeEYy    [ raw code | output | fork ]

martin@mustbebuilt.co.uk - PHP, pasted on Jun 25:
1
2
<?php print "<ul>\n<li>1</li>\n<li>2</li>\n<li>3</li>\n</ul>";?>
//outputs a nicely formatted HTML list


Output:
1
2
3
4
5
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>//outputs a nicely formatted HTML list


Create a new paste based on this one


Comments: