Free Internet Based Database Search
CrazyJoe
Winter Springs, FL Icrontian
We use a reading program at our school called Accelerated Reader. Most of the books in our library are color coded by reading level and the students can take quizzes over the books after they read them that are worth various points based on the length and reading level of the books. I would like to put a list of all the books in our library on our website in a searchable format that the students can use to look up specific books that they would like to read to see if we have them (and have a quiz for that book.) I found a website that does what I want but it's a $200/year subscription +$100 startup fee and that is definitely out of our budget.
Is there a way that I can implement such a search on our website that is free? I am long out of practice with web coding so I'm not sure how it can be done. Any ideas? I can export the list into a text file so I can import it into MS Access or some other database program, but not sure how, if possible, that I can make this searchable.
Is there a way that I can implement such a search on our website that is free? I am long out of practice with web coding so I'm not sure how it can be done. Any ideas? I can export the list into a text file so I can import it into MS Access or some other database program, but not sure how, if possible, that I can make this searchable.
0
Comments
For example if they read one book by a specific author and would like to find other books that we have by that same author by just doing an author search and only seeing other books written by that person.
Admittedly I could write something that does this in PHP+MySQL in a few hours tops (I just don't have time anymore though). I'd see if anyone you're working with knows PHP (or other language of the sort) and could do this as it's a really simple thing. I make websites when I'm bored or on lunch at work and have done quite a few that have something like this as the starting basics.