fetch data from text file
Moderator: General Moderators
fetch data from text file
hello, I have a text file and a php script that reads the lines from the text file.. it's working already but my problem is I need to read certain lines from the text file.. I have created several variables and those variables were supposed to call the lines from the text file... but any variable I use it always display the first line from the text file.... can anyone help me with this? thanks.
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: fetch data from text file
Unlikely, unless you show us the code that you're using to read from the text fileprue_ wrote:can anyone help me with this? thanks.
Re: fetch data from text file
I figure this out already... thank you though