Thursday, 26 November 2015

32_php_Appending_Data

IMP NOTE: - IN FILE we have three mode w/r/a. If you use “w” then it will overwrite the data. If you want to add data with existing data means to keep the old data as it then always have to use mode “a”.



No comments:

Post a Comment