开发者

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

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开发者_StackOverflow中文版 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


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


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.


No.

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


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.


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

It doesnt hurt to check.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜