OTrap
Elite Member
- Jul 12, 2008
- 2,314
- 1,064
I have a .txt file that is a list. It looks like this:
Now, I'm trying to have a PHP page that will pull a row of data from the .txt file and display the values separately, AND I need it to rotate down to the next line each time the page loads.
Can this be done?
If so, I'd appreciate it.
Reps and Thanks to whoever helps me figure it out.
Code:
Jay, Cutler
Ben, Roethlisberger
Aaron, Rodgers
Drew, Brees
etc.
Now, I'm trying to have a PHP page that will pull a row of data from the .txt file and display the values separately, AND I need it to rotate down to the next line each time the page loads.
Can this be done?
If so, I'd appreciate it.
Reps and Thanks to whoever helps me figure it out.