The best choise is to push your tab files to database (e.g. to MySQL table) and to generate pages of your web site with CGI or PHP script. It could be easily done by a simple program.
The benefits of this method are:
1. High level of security
2. High speed of page generation
3. Easy interface improvoments like search option (it is easier to search in SQL database than in file system)
4. Easy and controlled database growth
Disadvantages:
1. You have to set up SQL server (but is is easy)
The other method is to write simple PHP or CGI script that makes HTML code from tab files.
Benefits:
1. You do not have to setup SQL server and to know SQL
Disadvantages:
1. Potential security hole in filename procesing (if you will not pre-generate directory index)
2. It will be hard to add serach and statistics cappabilities on your site.
And the last method is to use a simple tool to convert yor TAB files to HTML form
Benefits:
1. You will get VERY simple site that does not require even CGI or PHP hosting.
2. It will be fast and secure.
Disadvantages:
1. It will be REALY hard to make even simple modifitaction on all pages.
2. You may forget about search function at all :-)
The choise is on you.
P.S. I can easily write tool for 3rd (the last) method for you if we will place a small link "Generated by tool ordered at www.mh-sd.com" at the bottom of tab pages. 
__________________
Software outsourcing / Free bulletin board, hit counter and banner exchange services
Please login or register to view this content. Registration is FREE
|