in reply to Creating an HTML table with 'n' rows

Yikes! "Not on the right track at all" gets my vote. Try to at least have the code compile before posting here. Some hints:

Arbitrary rows are fairly easy, it's arbitrary columns that are tricky. Just go through your array and add the rows as you go.

  • Comment on Re: Creating an HTML table with 'n' rows

Replies are listed 'Best First'.
RE: Re: Creating an HTML table with 'n' rows
by husker (Chaplain) on May 17, 2000 at 20:03 UTC
    Woops on the $my ... I was developing on UNIX but posting on a PC, and when I transcribed that $ on the my snuck in. :)