Results 1 to 4 of 4

Thread: Need a counter for my form submission

  1. #1
    Join Date
    May 2008
    Posts
    26

    Need a counter for my form submission

    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?

  2. #2
    Join Date
    Apr 2008
    Posts
    439

    Re: Need a counter for my form submission

    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.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Need a counter for my form submission

    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).

  4. #4
    Join Date
    May 2008
    Posts
    26

    Re: Need a counter for my form submission

    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?

Similar Threads

  1. What do you mean by PAD Submission
    By Ramanujan in forum Technology & Internet
    Replies: 3
    Last Post: 01-11-2011, 11:18 PM
  2. Replies: 5
    Last Post: 25-05-2011, 10:21 PM
  3. Replies: 2
    Last Post: 02-05-2011, 07:06 AM
  4. Problem in form submission
    By Udyan in forum Software Development
    Replies: 4
    Last Post: 30-01-2010, 04:28 PM
  5. Problem reloading MDI child form in main form.
    By AFFAN in forum Software Development
    Replies: 3
    Last Post: 30-01-2009, 09:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,749,891,866.35233 seconds with 16 queries