yer hi ppl
i'm making a website for Talz and she wants a poll on her home page, how would i do that in html or would i need to use php or something?
If it's with php or other code then html/htm based can you provide the code?
thx
I think it would be PHP. Last I checked, HTML can't collect information on its own.
HTML is just working on your computer and not on the server. Making a vote does require data to be stored on the server, though. There's no way to do a vote without using a server-side script language like PHP or ASP.
a best way for creating polls on the web pages using java script...php would be better only on your own server pages or for linking the data base to the web page....so i suggest u to go for java script, which you can
find it on the net for free if u visit htmlgoodies.com
Go for a php based code..
As ducksteina said, it is essential to send and store votes in mysql tables..
Hence you require such php coding..
You can google it and get great results..