"; while($row = mysql_fetch_assoc($res)){ echo "
".$row["title"]."
"; } echo ""; mysql_close($link); } ?>