Lol that wasn't my post, I merely agreed. Anyhow, there is no way a php code can work in a .html or .htm file. The various extentions are there for a reason. However php files are no different to html files so I don't see the problem of using them. You only have to rename them.
If you are not willing to pay for php hosting then you should look for a free provider.
What page is the poll on? It would help if I could see what you meant. Also is the poll counting the votes made even if the poll is not redirecting them?
Go make a new MySQL database with a program like phpMyAdmin then name it, add a username and password then insert the info there.
/* database settings */
$GB_DB["dbName"] = " the name of your new database here"; "
$GB_DB["host"] = "localhost"; (you probably won't need to change this)
$GB_DB["user"] = "the username you chose for your database goes here";
$GB_DB["pass"] = "password for that username here";
You do realise that an index.php or default.php would work in exactly the same way? My site's opening page is index.php and my poll is on the index page. Webdesign does not begin and end with html.
Also, I do have other php applications that run from htm files and are inserted code into htm files, so it can work if coded properly.
I don't see how that could be true. Are you sure it's not perl or cgi scripts?
Why don't you read the FAQ and ReadMe files included in the download? Also the coding for each poll can be found in the poll list page under the poll's "help" button.