Click to See Complete Forum and Search --> : help


Dreadnort
06-16-2003, 10:09 AM
Hi all i am new to this and need some help advice or shooting.

I am writing some pages to display stats.
A user fills in a form and submits it the results are saved to another webpage in html format.
what i need to be able to do is count how many entries are on the results page and then display that on another page for example.

6 users submit the form the results page then displays 6X the information entered.

a third page counts the number of entries and displays the total this must be updated everytime a new enty is added to the results page.

anyone have any ideas...
useing Dreamweaver and frontpage 2k if this makes any difference

PeOfEo
06-16-2003, 03:57 PM
you are going to need a server side language of cource asp asp.net php cgi jsp shtml list goes on anyways you cant just save it as an html doc though. You are going to save it in a data base and to display it you are going to use a datagrid and have all the data bases data in that grid and to count the entries you can count the number of rows on the data grid.