Results 1 to 9 of 9

Thread: [RESOLVED] MySQL blog

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member ninjanutz's Avatar
    Join Date
    Jun 2005
    Location
    Bayside
    Posts
    256

    Re: MySQL blog

    long scripts are annoyin with the closing tags lol i always leave 1 out and it makes all the difference

  2. #2
    Lively Member {yak}'s Avatar
    Join Date
    Aug 2005
    Posts
    119

    Re: MySQL blog

    I always format my code like this:
    Code:
    <?php
    if(this == this)
    {
    	while(some condition)
    	{
    		if(this == that)
    		{
    			// do this
    		}
    	}
    }
    
    ?>
    I'm not saying it's the right way to format your code or anything, but I find it easier to spot such things.
    {yak}

Posting Permissions

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



Click Here to Expand Forum to Full Width