Is this possible.
Is it possible to create a new file each time someone submits a form that changes the URL so the previous user can't revisit the link?
So for instance
User submits form. Some script then copies that same form and complete page template and all, then changes the pages file name.
So
User 1 visits form1.php - submits the form, then on submission a script then creates a new page named form2.php deleting form1.php and uploads somehow to the webserver.
Or even creating a random number so people can't cheat and cycle through simple numbers if they figure it out.
Ill pay anyone to figure this out. Or suggest another way.