soul121 Posted August 2, 2008 Share Posted August 2, 2008 i want to make a file which whn u open the first time, asks for your name. The files then stores your name forever and if u open the file again it will echo your name. can anyone plz help ??? Link to comment https://forums.phpfreaks.com/topic/117858-store-information-is-a-file/ Share on other sites More sharing options...
LemonInflux Posted August 2, 2008 Share Posted August 2, 2008 Have a database/config file that holds a variable. Check that variable. If it's set, echo that variable. If it isn't, it hasn't been set, so set it for the first time. ---------------- Now playing: Linkin Park & Jay-Z - Points Of Authority / 99 Problems / One Step Closer via FoxyTunes Link to comment https://forums.phpfreaks.com/topic/117858-store-information-is-a-file/#findComment-606210 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.