Hey guys, ive search around and nothing ius QUITE what i need, i am horrible with php thus far.
Basically, i have a text file serving as a database.
each line has the form:
id|lat|lng|details
where:
id is a unique integer, lat and lng are float and string details.
I have a client page (locked under user-pass) in which the user enters the unique id and a PHP script should delete the line in the file which has that unique id.
How do i accomplish this?
Thanks,