i am looking for a php code?

  • Thread starter Thread starter I am Nice
  • Start date Start date
I

I am Nice

Guest
i am having a text file with data in it. All the data is in separate line and related data is in one line in column separated by comma. Say line this:

"1","ram verma","30","House No. 45, Delhi","Ashok Verma"
"2","mohit sharma","20","House No. 9, Delhi","dinesh mehta"
.......
Now i want a code which will search by the roll No. and will display record of that roll No.

How can i do this?
size of my file is about 200mb. i need to search. what will be the best search method and how. the roll no. are not in order.

the code will be appreciated
 
check this tutorial
http://www.goodphptutorials.com/out/Using_Files_on_the_Server_File_System
 
Back
Top