{% else-1 %}
#FWLone * 9.56
(21 июн 2015, 16:40) (2/0) [2]
<?
$blog_q = mysql_query("select `id`,`name` from `blog` order by `id` desc limit 3"*;
while($blog = mysql_fetch_assoc($blog_q)){
echo '<a href="/blog/'.$blog['id'].'">'.$blog['name'].'</a>';
}

?>
Подставь свои значения и т.д.
  • 1 из 1