HTML pulling information from a txt file

TMPadmin

Golden Member
Jul 23, 2001
1,886
0
0
I know how to include an entire txt file into a web page but what I need to do is to pull line one, six, eight and twelve. I'm hoping there is code to pull each line I need one by one.

Can anyone help?
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
HTML is not a programming language. You're going to need to write a few lines of actual code to do that.
 

DaveSimmons

Elite Member
Aug 12, 2001
40,730
670
126
Yep, ASP, PHP, Perl. Javascript probably won't give you file access except in IE through some security flaw that they'll patch someday.