So, I have a file called "abcdefgh.txt".
The file is parsed this way
The first row is the "id", second is "time", third is "ip". So, in my table HTML file, i have 3 collums (yeah i got the spelling wrong). I need each item to be put in the respective collum.
The file is parsed this way
| Code: |
|
1 1234321 123.456.789.0 1 145784523 435.765.123.56 2 123468032 192.168.0.1 |
The first row is the "id", second is "time", third is "ip". So, in my table HTML file, i have 3 collums (yeah i got the spelling wrong). I need each item to be put in the respective collum.
