Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Error in code somewhere :(

  1. #11
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    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

  2. #12
    Join Date
    Jan 2008
    Posts
    32
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    :-P I got sick of people posting code here that wasn't indented. One thing, though, it doesn't indent the following:
    PHP Code:
    <?php

    if(isset($_POST["submit"]))
       die(
    $_POST["submit"]);

    ?>
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •