php - Is there a way to get form requests from a html form post from the past?

294

So this is a pretty weird topic, but lets just say I made a big mistake while building a site. There is an application form on my website and people basically fill up the form and their entry gets saved in the database. Now how it is supposed to work is that the form is supposed to post to a page that catches the form fields and stores it in the database. However, I forgot to put the file under action. So basically the form has been posting to itself. Bummer. So based on analytics there were about 100 applicants on my site on that day which means that about 100 applicants are lost as the form was posted to just the page itself and not to the page that was supposed to catch form fields.

So is there a way, any way to get those applicants back?

Thanks

131

Answer

Solution:

The only book I can think of that could possibly help is this: http://www.amazon.com/Build-Time-Machine-Paul-Davies/dp/0142001864

770

Answer

Solution:

I hate to have to say it, but NO. Unless you had the form input being recorded in a database, logfile, or other persistent storage, it's lost.

485

Answer

Solution:

No.

You did not store the data, so it is gone.

555

Answer

Solution:

Depending on what you are using I would check the logs. I'm not 100% on this but you maybe able to see some errors in there.

If not I think you are out of luck.

607

Answer

Solution:

In some pretty weird cases you can find some data in your server access log file.

It doesnt hurt to check.

People are also looking for solutions to the problem: Calling .php within a Django/Python file

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.