I am coming from doing Delphi development and need to be able to store
a fairly large list of strings (5000+) and be able to dynamically add and remove from the list and also to search for a specific value already being in the list so
it is not added again. What is the best approach to do that. In Delphi I could
simply create a listbox and hide it but use it to store the strings and do reads, inserts, deletes and searches.
What is the best way to do that with PHP/HTML/Javascript? I need to learn
what to do here.
Thanks,
Kim
kimhovorka@yahoo.com