This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Database Module/Script

Old posts that have not been replied to for several years.
Locked
T
TraumaJunkie

Database Module/Script

Post by TraumaJunkie »

Hope this is in the right area, if not please point me :)

I am looking for a modeule or script that will act as a database. Basically what I want to do is be able to add (or my Ops add) infor to the database that registered channel users can retrieve by using a search option (i.e. a database of movie titles w/ main actors/actresses listed and the user can search/retrieve based on wildcards---enter a name or part of a title and get the entire record of the search results). Also, if available it would be preferable to be able to add and delete information without having to re-write the entire database...on the fly add/delete so to speak.

Is something like this available or can it be done? Thanks to all!
G
Galadhrim
Op
Posts: 123
Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede

Post by Galadhrim »

You can make it yourself too. Linked lists are the easiest to make. You can also use mySQL support, but then you need a mySQL database...
Locked