Jump to content

[SOLVED] Saving Form for users to return to


Ty44ler

Recommended Posts

I am creating a long form that I'd like users to be able to return to. Currently I have a login system that uses mysql and sessions.

 

I'd like to be able to save their document for 48 hours so they can return to it. Then email it at intervals of 48 and 72 hours if not completed...

 

Here's the two option I was thinking of:

 

MySql: Save the data into a database and setup a date created field and compare the date now to it. Use if statement to send data if over 48 or 72 hours.

 

Sessions in PHP: Use sessions and have the session expire in 48 hours? How would I email it after a certain time period if I used sessions?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.