Php mysql query

<? $data=mysql_query("select * from topics order by id desc limit 12");
while($sk=mysql_fetch_array($data)) { ?>