Schlo_50 Posted May 15, 2007 Share Posted May 15, 2007 I have a flat file database with some data stored in it. I have a script which uploads new data to it and want to have a script where by i can delete specific rows of data. I have a 'delete' link which when clicked is meant to delete that specific row of data which works when each columb of data is a single word with no spaces but when i have strings of data it won't delete. Can anyone show me how to delete whole strings of data from flat file databases please. (sorry if this description of what i want to do is not detailed enough!) Link to comment https://forums.phpfreaks.com/topic/51571-deleting-strings-of-data-in-flat-file-db/ Share on other sites More sharing options...
trq Posted May 15, 2007 Share Posted May 15, 2007 Post the code you have for the deletion thus far. Link to comment https://forums.phpfreaks.com/topic/51571-deleting-strings-of-data-in-flat-file-db/#findComment-253972 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.