Hi there!
I recently got the idea of creating a webpage creator(wizard) which lets users to create web pages and then lets them download the file they created. How can I make the script do something(create the file) and after 1 minute or so(within which minute the user could download the file) to delete it and finish. Any ideas appriciated. Could add you in the credits.
Thanks.
Push the completed file to them using headers then delete the file at the end of the script, or, create a cron job that deletes all the files in a directory that are older than 1 min.
Hi I got a little of what you mean but not the whole of it. Could you please give me some examples for any of the methods (could be both). Thank you.