How do you set up a survey with voting and showing results on a web page?
C Corey Bryant Oct 13, 2007 #2 You need a server side language (ASP, .NET, PHP) to communicate to a database (MS Access, MSSQL, mysql) which will also store the results. ASP: http://www.hotscripts.com/ASP/Scripts_and_Components/Polls_and_Voting/index.html PHP: http://www.hotscripts.com/PHP/Scripts_and_Programs/Polls_and_Voting/index.html ..NET: http://www.hotscripts.com/ASP.NET/Scripts_and_Controls/Polls_and_Voting/index.html
You need a server side language (ASP, .NET, PHP) to communicate to a database (MS Access, MSSQL, mysql) which will also store the results. ASP: http://www.hotscripts.com/ASP/Scripts_and_Components/Polls_and_Voting/index.html PHP: http://www.hotscripts.com/PHP/Scripts_and_Programs/Polls_and_Voting/index.html ..NET: http://www.hotscripts.com/ASP.NET/Scripts_and_Controls/Polls_and_Voting/index.html