Layout of mySQL quary (again!)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • knoak

    Layout of mySQL quary (again!)

    And again Pedro saves the day!

    Thanks a lot man i got it to work. And also thanks a lot for
    your explanation, but i guess my newbie-level is to high to get it yet.

    Anyway thanks a load!!!!

    (Fixed a minor mistake as wel,
    if ($column) echo "<td></td></tr>";
    echo "</table>";
    should of course be:
    if ($column) echo "<td></td><td></td></tr>";
    echo "</table>";
    )



    Greetings knoak
  • Pedro Graca

    #2
    Re: Layout of mySQL quary (again!)

    knoak wrote:[color=blue]
    > (Fixed a minor mistake as wel,[/color]

    Just checking if you were paying attention :-)

    --
    Mail to my "From:" address is readable by all at http://www.dodgeit.com/
    == ** ## !! ------------------------------------------------ !! ## ** ==
    TEXT-ONLY mail to the whole "Reply-To:" address ("My Name" <my@address>)
    may bypass my spam filter. If it does, I may reply from another address!

    Comment

    Working...