karthikeyan_coder Posted November 6, 2006 Share Posted November 6, 2006 i am working in a flat file based database.file: items.txt1. I need to update some records.Row format is [code]$url."||".$name."||".$desc."||".$category."||N"."\n"[/code]i need to update the record based on the key $url and $categorythe last value "N" will be updated as "Y" where $url = $_GET['url'] AND $category = $_GET['category'];2. I have to delete all the records which is having same $category value.any help? Link to comment https://forums.phpfreaks.com/topic/26321-two-doubts-in-flat-file-database/ Share on other sites More sharing options...
karthikeyan_coder Posted November 6, 2006 Author Share Posted November 6, 2006 any help?Thank you,KarthiKeyan. Link to comment https://forums.phpfreaks.com/topic/26321-two-doubts-in-flat-file-database/#findComment-120505 Share on other sites More sharing options...
karthikeyan_coder Posted November 6, 2006 Author Share Posted November 6, 2006 does this very hard to fix? Link to comment https://forums.phpfreaks.com/topic/26321-two-doubts-in-flat-file-database/#findComment-120580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.