You are here: C97net • 5.04 HTML Functions
Create an image for a rating
function rating_img ($rating)
Create an image for a rating $rating.
$rating = the rating, ranged from 0.0 to 5.0.
Example 1
<?php
require './includes/user_init.php';
echo rating_img (3.5);
?>
There is no comment. Why not be the first?