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.
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.