karthik.v29 Posted March 26, 2013 Share Posted March 26, 2013 Hey guys i have a project, Im wondering on how to approach it I have 5x5 table which is filled with data 1 day at a time. I need to save and retrieve the values everyday and show the same incomplete table to the user for 5 days. after 5 days i need to upload the values to DB. Uploading to DB isnt an issue. where/how to save data for each day and retrieve the values? Link to comment https://forums.phpfreaks.com/topic/276155-saving-data-temporarily/ Share on other sites More sharing options...
Jessica Posted March 26, 2013 Share Posted March 26, 2013 Uhm, in the database. Link to comment https://forums.phpfreaks.com/topic/276155-saving-data-temporarily/#findComment-1421047 Share on other sites More sharing options...
Yohanne Posted March 26, 2013 Share Posted March 26, 2013 create another table, where your temporary file will save as your temporary. Link to comment https://forums.phpfreaks.com/topic/276155-saving-data-temporarily/#findComment-1421080 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.