View Single Post
Old Feb 13th, 2006, 8:45 AM   #18
master007
Newbie
 
master007's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 master007 is on a distinguished road
Lightbulb 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...
master007 is offline   Reply With Quote