PDA

View Full Version : Creating a Searchable List



mxalix258
15 Nov 2010, 01:30 PM
Hi,

I am currently creating a basic aviation website, and part of the features that I would like to have on it include having a listing of local flight schools. I want to know how I would be able to create a list of these schools, that can be limited by different variables such as location or whatever. I want to be able to create and maintain some sort of database, because hardcoding all this information into the page would be kind of a pain.

Anything to point me in the right direction would be great! I don't have much experience in creating databases ect..

Thanks,
Alix

is_numeric
16 Nov 2010, 02:53 AM
You could look at learning how to build a CMS like Drupal

You will need to understand some PHP if you are going to develop this yourself