Click to See Complete Forum and Search --> : Creating a search page for a site


chrisintokyo
04-13-2008, 12:51 PM
hi

i am trying to make a database though ms access. it is for clubs around tokyo, what i want to know is if it is possible to put this on my homepage so people can search for clubs in certain areas around tokyo and choose what kind of music and then click the search button and it come up with the clubs that meet there requirments.

can some body help me or explain

chris

Compguy Pete
04-14-2008, 12:20 PM
Does your hosting support MS Access? If not you'll need to do one of 2 things..

1. find a host that supports Access DB's
2. Convert the Access DB to another format like MySQL or something like that.

chrisintokyo
04-15-2008, 12:27 AM
yes it it does

SEO_guru
05-02-2008, 10:12 AM
Wow - sure you can get your data on a web site that can then be searched. But if you came here looking for an answer on how to do it, you're in the wrong forum. You will need to learn how to do web programming - any of the top languages (PHP, .Net, Cold Fusion, etc.) will do. You'll have to learn how to use that language on your web pages to do a "database query" to look up the information, and then to also show the results of that query to the web site visitor.

So I suggest you check out one or more of the other forums here like
the PHP forum (http://www.webdeveloper.com/forum/forumdisplay.php?f=16).