Nogen der kan hjælpe med det her ?
if($weight >= "90%" && $weight <= "100%"){echo "<img src='star.png'><img src='star.png'><img src='star.png'><img src='star.png'><img src='star.png'>";
}
if($weight >= "70%" && $weight <= "90%"){
echo "<img src='star.png'><img src='star.png'><img src='star.png'><img src='star.png'>";
}
if($weight >= "50%" && $weight <= "70%"){
echo "<img src='star.png'><img src='star.png'><img src='star.png'>";
}
if($weight >= "25%" && $weight <= "50%"){
echo "<img src='star.png'><img src='star.png'>";
}
if($weight >= "10%" && $weight <= "25%"){
echo "<img src='star.png'>";
}
if($weight >= "0%" && $weight <= "10%"){
echo "";
}
