solution with VB, database not required
1)... parsing of text file--create VB program to open file in upload folder and insert HTML formatting(this could be as simple as adding <p> to the start and end of the file or you could use your imagination and do as complex a formatting as you require)
2) Using VB rename the .txt file to .html (or whatever) and perhaps copy to a new folder
3) Let your web site load these files like it would any other web page
I hope that this gives you some ideas...
|