Chevy Posted November 21, 2006 Share Posted November 21, 2006 How can I append to the TOP of the file?If I append right now it goes to the bottom of the file :/ Link to comment https://forums.phpfreaks.com/topic/27982-file-append/ Share on other sites More sharing options...
TEENFRONT Posted November 21, 2006 Share Posted November 21, 2006 ....what? Link to comment https://forums.phpfreaks.com/topic/27982-file-append/#findComment-128003 Share on other sites More sharing options...
Chevy Posted November 21, 2006 Author Share Posted November 21, 2006 0_o You know when you write to a file? It goes to the bottom of the file, I want mine to go to the top. Link to comment https://forums.phpfreaks.com/topic/27982-file-append/#findComment-128005 Share on other sites More sharing options...
jcbarr Posted November 21, 2006 Share Posted November 21, 2006 Pull all the data out of the file, write your newest data, then apped all the rest of the data to the end of the file. That is what I do. Pretty simple. Link to comment https://forums.phpfreaks.com/topic/27982-file-append/#findComment-128009 Share on other sites More sharing options...
Chevy Posted November 21, 2006 Author Share Posted November 21, 2006 Yea I thought about that, I will do that, Thanks :) Link to comment https://forums.phpfreaks.com/topic/27982-file-append/#findComment-128013 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.