Hello,
I need a counter for my form to know the form submission.
This counter must let me know how many times the form got submitted in week, month, year.
Please let me know how to do this?
Hello,
I need a counter for my form to know the form submission.
This counter must let me know how many times the form got submitted in week, month, year.
Please let me know how to do this?
Since you want a real time display of the submission counters, I would suggest using AJAX to automatically update a display area showing the current amount of pledges. I think this would be a fairly simple script.
You can only do that when you store the number of people having signed on your webserver. And every time someone clicks the submit button you have to read that number, increment it by one and store it again. You need a server side scripting language to do this (asp / php or the like).
Thanks for the suggestion but is it not possible with javascript & html?
If I must use a server script language then which one is better? ASP or PHP?
Bookmarks