Code: Select all
<?php
$row = mysql_fetch_assoc($res);
extract($row);
while($row = mysql_fetch_assoc($res)) {
extract($row);
$lin = "<a href="news_home.php"target="mainFrame">$title</a>";
echo '<br> '.$lin;
}
?>How can i do that ????????