Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 496 Bytes

File metadata and controls

4 lines (3 loc) · 496 Bytes

Simple-Star-Rating-System-Using-PHP-HTML

This a simple star rating system using html form and W3school icons: fa fa-star rated,fa fa-star ,and fa fa-star-half rated icons .Inputs:1,1.5,2,2.5,3,3.5,4,4.5,5 can be given in the form and by using php for checking condition which value is taken from the form corresponding star rating will be displyed .

Rating can be increased from more than five star by increasing the value checking conditions in the php part and number of star icons needed .