472,141 Members | 1,003 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,141 software developers and data experts.

Hit Counter for Form Submission

1
Hi Everyone - I am trying to figure out how to create a hit counter that shows how many people have signed up for something. Specifically, we are asking people to "sign a pledge" on our website and we want to show how many have signed (or hit submit) before they actually arrive at the submission page. I've figured out how to show hits on the destination page, but not how to put them on the entry page. Does this make sense to anyone out there?

Also - I am creating my website in Dreamweaver 8 and am very new to this so will appreciate any and all advice.

Thank you!
Jul 20 '07 #1
1 2459
Hi Everyone - I am trying to figure out how to create a hit counter that shows how many people have signed up for something. Specifically, we are asking people to "sign a pledge" on our website and we want to show how many have signed (or hit submit) before they actually arrive at the submission page. I've figured out how to show hits on the destination page, but not how to put them on the entry page. Does this make sense to anyone out there?

Also - I am creating my website in Dreamweaver 8 and am very new to this so will appreciate any and all advice.

Thank you!
As I understand it you want to show the number of people that have signed a pledge to people that not yet did so. You can only do that when you store the number of people having signed on your webserver. And every time someone signs the pledge 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).
Jul 20 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

9 posts views Thread by Tom | last post: by
8 posts views Thread by Prometheus Research | last post: by
2 posts views Thread by Andy Goldstein | last post: by
8 posts views Thread by yawnmoth | last post: by
6 posts views Thread by Oleg Konovalov | last post: by
13 posts views Thread by burg226 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.