Add Star Rating |
---|
Favorite Star Rating with jQuery
This tutorial is for doing favorite star rating using jQuery. It displays list of HTML stars by using li tags. These stars are highlighted by using CSS and jQuery based on the favorite rating selected by the user.
|
PHP RSS Feed Read and List
PHP's simplexml_load_file() function is used for reading data from xml file. Using this function, we can parse RSS feed to get item object array.
|