Star Rating

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
userwys
 
 
Posts: 1
Joined: Thu Jun 08, 2017 8:14 am

Star Rating

Post by userwys »

Hello

All my pages are html. I want to put a star rating votes in some pages (with the total votes in a database). The code is php but I can't put it in html. How can I do to put a star rating with the number of votes in a html page?

Thanks
User avatar
BaconFries
 
 
Posts: 5324
Joined: Thu Aug 16, 2007 7:32 pm

Re: Star Rating

Post by BaconFries »

If it requires PHP then you will need to make the page extension .php as it needs to run on your server to pass the results to the database.
Post Reply