PHP -How to display data from text file in table?
I have text file like:
3|1003|Deig|12"
Deig|bakki|1208.00|2.00|96.00|0.00|0.00|0.00|0.00|98.00|90.95|7.05|8516.40
3|1011|Deig|12"
Ponn|bakki|1450.00|2.00|49.00|0.00|0.00|0.00|0.00|51.00|44.62|6.38|9243.75
3|1004|Deig|15"
Deig|bakki|1450.00|25.00|170.00|0.00|0.00|0.00|0.00|195.00|175.75|19.25|27912.50
How can I display the data in the table(it is possible??) each "|"
separates the cells and this text file can have 20+ rows.
No comments:
Post a Comment