Hello all!
I have a question and need some guidence. I have this text file that holds some variables and would like to extract those variables and use it with php so I can post some information to a web page.
The text file looks kinda like this:
The text file will always be in this format with the "name", "wins", and "steam" fields changing. I want to be able to make a table with 5 rows and 3 columns like this:
1st name1 #wins
2nd name2 #wins
3rd name3 #wins
4th name4 #wins
5th name5 #wins
I need some suggestions of how to do this. Any help would be greatly appreciated.