Hi All, i think this is probably a very simple question for all you guys but i have been trying to find an answer everywhere..
I have a flat file (.txt) that I am using to store data in the following format
$id|$title|$description
..fairly simple. What I want to do is be abled to update a line, I have a form that a user can submit to update details, but I am having problem overwriting the current data. Obviously I only want to update the one line..
Thanks for any help,
John