was wondering if anyone might be able to offer some advice. I'm looing for a very simple way of adding a database search to my site. just a simple text box so that when you enter a word in it, it seaches some form of database and returns any matching results. sounds fairly simple, but i cant get it to work (i am not very experienced with web design at all!)
main thing is that i need it to search a really easy to maintain database, maybe even something like an excel sheet, or even a text doc if thats possible?! need to be able to update the entries in it a lot thats all.
is there any chance somone can put together a VERY simple example for this? perhaps a simple html coded search page and an example results page? just something with a "search" page and a database which it can search?! once i see how things like this work i find it easy enough to pick it up and edit it etc, just need a kick start! doesnt matter how simple it is!
any help is most appreciated
thanks
main thing is that i need it to search a really easy to maintain database, maybe even something like an excel sheet, or even a text doc if thats possible?! need to be able to update the entries in it a lot thats all.
is there any chance somone can put together a VERY simple example for this? perhaps a simple html coded search page and an example results page? just something with a "search" page and a database which it can search?! once i see how things like this work i find it easy enough to pick it up and edit it etc, just need a kick start! doesnt matter how simple it is!
any help is most appreciated

thanks
) where would i put all the entries, and what would they need to look like?
You don't need to be able to code SQl to make a database- you can do it all through PhpMyAdmin and you can even add values via this interface. It would probably be easier though to create a password protected form to allow you to add things to the database- I'll see if I can write you something up after lunch