Zero in the table

    Surely, the contents of the table cells are checked simply as a string in a logical context (such as " $s = "0"; if ($s) {..."). This creates the following problem.

    HTML code
    0
    does not create a cell:
    0


    And such HTML-code
    0
    (added a space after zero) already creates:
    0

    Also popular now: