[PHP] rewriting a line in a text file

2002-09-12 Thread drparker
hi - i have a text file that i am using as a database. the format for each line is such (2 lines shown): Fashion|508|Text Text Text.|http://qtbras.com/qtbrascat/images/508_big.jpg|http://qtbras.com/qtbrascat/images/508_thumb.jpg Fashion|510|Text Text

Re: [PHP] rewriting a line in a text file

2002-09-12 Thread Kumar Lakshminarayanan
Try using an unique number as the first field of the line. You can then use that number to select the line (entry) and update it. Kumar drparker wrote: hi - i have a text file that i am using as a database. the format for each line is such (2 lines shown): Fashion|508|Text Text