Page 1 of 1

fetch data from text file

Posted: Tue Sep 01, 2009 4:06 am
by prue_
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.

Re: fetch data from text file

Posted: Tue Sep 01, 2009 4:26 am
by Mark Baker
prue_ wrote:can anyone help me with this? thanks.
Unlikely, unless you show us the code that you're using to read from the text file

Re: fetch data from text file

Posted: Thu Sep 03, 2009 2:19 am
by prue_
I figure this out already... thank you though