i am creating a website that will include over 15,000 pages in which the layout for each page will basically be identical. I was wondering what software should be used for this. Would Dreamweaver be the prefered option and does this allow the user to create things like search boxes, fourms, email links, equiry forms, etc all the is neccesary for a hotel reservation website.
THANKYOU ALL FOR YOUR HELP. IT IS GREATLY APPRECIATED
Share to others or bookmark :






2 Comments
DreamWeaver let u do some
but i prefer Frontpage 2003 and u have to know about ASP for programming
You may think about using dynamic website with a database backend (i.e. MySQL) and a scripting language (i.e. Perl, PHP, etc.). 15,000 separate and virtual identical pages would take up a lot of space and bandwidth. With a database you can create one template page and dynamically fetch the hotel info from the database.
Post a Comment