Thread: Statistics tools for webpages

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    367

    Statistics tools for webpages

    Does anyone know a good script that can relate two radio buttons submissions to a diagram of some kind, showing the percentage of the two alternatives that have been clicked?

    As if in I have two radio buttons, one with the alternative "yes" and the other one with the alternative "no", the viewer of the page will click either one of these buttons and then be taken to a diagram of statistics, showing the total percentage for clicks of "yes" and clicks of "no" (from this one and previous clicks).

    This is what many newspapers do on their webpages when they cast polls. Anyone who knows a good script for this? Thx

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    What server-side languages does the server support?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    PHP and JPGraph are your answer if you can use both. If you're stuck without server side scripting support, you may be SOL.

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    Well *most* web hosting sites, even free ones, include cgi support. You may be able to use a cgi app that would do it. Usually you can write them in C or perl, depends on what the hosting supports. Good luck, get back to us on what support you have.
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A few interesting tools...
    By Mad_guy in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-10-2009, 06:07 PM
  2. CPU Statistics
    By nascimento.rp in forum Linux Programming
    Replies: 4
    Last Post: 10-28-2006, 05:07 AM
  3. Debugging tools for windows
    By 0x90 in forum C++ Programming
    Replies: 4
    Last Post: 04-03-2006, 02:21 PM
  4. Help setting up OpenGL using Borland command line tools
    By Unregistered in forum Game Programming
    Replies: 2
    Last Post: 07-19-2002, 10:08 AM
  5. Code coverage tools
    By bswole in forum Linux Programming
    Replies: 2
    Last Post: 03-20-2002, 08:16 AM