name"); $result = mysql_query("select * from post where user=$userid order by id desc"); $n = 1; echo "\n"; while($post = mysql_fetch_object($result)) { show_post2($post, $n); $n++; } echo "
\n"; mysql_free_result($result); ?>