20 mar 2009

Powtórzenie stringa

if($category) {
 $category_stars = str_repeat('*', $category);
 echo $category_stars;
}

prosty sposób na wygenerowanie gwiazdek dla hotelu