hi, i am new member to this site and to php as well.
My problem is :
i have the data in the text file like below way
ID : 1001
Name : kumar
Phone : 111111
ID : 1002
Name : keerthana
Phone : 111111
.
.
.
i just want to enter this data into backend in respective fields ID,NAME,PHONE, And I am unable to write a query for this.
Could any body help me ..
Sanjeev
My problem is :
i have the data in the text file like below way
ID : 1001
Name : kumar
Phone : 111111
ID : 1002
Name : keerthana
Phone : 111111
.
.
.
i just want to enter this data into backend in respective fields ID,NAME,PHONE, And I am unable to write a query for this.
Could any body help me ..
Sanjeev
Comment