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.
| Rookiejas wrote: |
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 |
Why dont you try out www.hotscripts.com. It has an extensive library of codes
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.
| Marston wrote: |
| I think it would be PHP. Last I checked, HTML can't collect information on its own. |
And I have more problem with poll in HTML but I must learn PHP for this problem and problem is finished. It's easy
polls in html are not secure they are easy to hack so use PHP or pearl found at www.hotscripts.com
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..