Quote:
Originally Posted by crackingmedia
That's helpful as is your example. So have you designed and written this directory yourself or is this an off-the-shelf system?
|
I actually bought the main directory about 3 years ago, but have changed
it so much you could almost say it is self built, with the help of a database
developer who helped me move accross from using an Access database
to MySQL (hence why it is in .ASP)
I also use a much changed version on a venues site which is work in progress
http://www.starvenues.co.uk
With that site I have about 50 imput boxes
http://www.starvenues.co.uk/enter.asp
and as long as people enter the info correctly in the right boxes I
can use the data in numerous different ways
typical example here,
http://www.starvenues.co.uk/venue.asp?CompanyID=38083
venue.asp is the actual page but individual pages are then created by the
data imputted in to the database when a venue is added.
If ever I get the time I could set up all my sites like this.