This is unrelated to this post entirely, but I really like your indent tool, Leafy...that's cool.
This is unrelated to this post entirely, but I really like your indent tool, Leafy...that's cool.
Thou com'st in such a questionable shape
Hamlet, Act 1, Scene 4
:-P I got sick of people posting code here that wasn't indented. One thing, though, it doesn't indent the following:
I'm not sure that's entirely needed though, as the most important code to indent would be the entire block; that's the part that messes up the readability the most.PHP Code:<?php
if(isset($_POST["submit"]))
die($_POST["submit"]);
?>
Bookmarks