Hello, I have a site made in pure HTML and I would like to add user ratings on my subpages. Is it possible to be added and in the same time save *.htm file names? Thank you!
You will need a way of storing the data on your server, either a database or flat file format and will also need server-side code to process the ratings (correct me if I'm wrong but I don't think this can be done client side) - if you've got php or asp you may be able to use an iframe to include the php/asp page - afraid I don't know of any off the top of my head but you could try searching through some of the script sites such as http://www.hotscripts.com. The only other way I know of doing this would be through .htaccess rewriting php files to htm, but I doubt that's practical in your case - but maybe wouth a mention. Also take a look at this script, may be of use : http://www.phptoys.com/e107_plugins/content/content.php?content.64
Thanks Steve! As far as I remember there are scripts available but I also can't remember any of them. I have to leave file names because of SEO, so iframe should be rather good option. Does anyone have any recommendations? My hosting is on Linux, so php is an option... Thanks!