I want to read a text file by php code with compare like
file name is 'price.txt'
Data of the file are:
-----------------------------------------------------
Copmany Name Price
Exim Bank 100.00
Standard Bank 120.00
-------------------------------------------------
i want read it and save to database field which are created for that.is it possible?