Insert list of words into HTML table easily

Discussion in 'HTML & Website Design' started by Peter001, Jun 28, 2013.

  1. #1
    OK, so I have a 50k frequency list of German words which I would like to insert into a table in HTML. The list is just a plaintext file with 1 word/line. Obviously, it really isn't very feasible to insert each word in an HTML table since there are so many of them. Solutions?

    Note: I am new to web design and if there is an obvious answer, sorry.

    Thanks.
     
    Peter001, Jun 28, 2013 IP
  2. xeod

    xeod Greenhorn

    Messages:
    47
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    23
    #2
    PHP & MySQL can be very helpful in this situation.Get those words into a database for example and then you can simply output them.I would recommend some kind of pagination ? You really don't want 50k words on a page.
     
    xeod, Jun 28, 2013 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    Any other data accompany each word? If not, that's a list, not a table.
     
    kk5st, Jun 29, 2013 IP