PDA

View Full Version : Databases?



angeth
March 29th, 2001, 00:56
Hello,
I'm not quite sure what I need here. I'm looking for some kind of database (CGI, if possible) where I can enter the members of a group, include their email address, website, and a few other details. Does anyone have any suggestions on a remotely hosted service that provides this, or perhaps a script I could install?

<edit>
Perhaps I should've been more clear; I'm really just looking for an easier way to make a tabled directory in HTML without having to spend years on the hand coding with 700+ members.
</edit>

Thanks,
Angela

[Edited by angeth on 03-29-2001 at 01:25 AM]

Canuckkev
March 29th, 2001, 13:08
That could easily be done. But are your members already signed up? If not, it would be even easier, because you could make the form create a data file for each member, then automatically create the html page from the data files. If not, you would have to enter all the data yourself, and it would store it, but it would generate the HML itself, which is what you want to save time at doing, I take it.