• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Pulling data from a text file for a webpage.

Scarpozzi

Lifer
I've got a VB script that I run to generate a text file. What's the best method for bringing that data to the web. I'd like to find some way to make a call to each line of text since I've spaced the values out 1 per line rather than doing CSVs. Any advice?
 
A server-side scripting language like ASP or PHP could do this easily, and your webpage would be updated in realtime as your text file is updated.
 
My problem there is that I don't have PHP or ASP enabled on the Apache server I'm using due to security and compatibility reasons. (it's Apache for Netware) I was hoping there was an XHTML call or something that could do this, but I haven't had to do much web stuff lately so I'm way out of practice.
 
Back
Top