Page 1 of 1

How can i

Posted: Fri Oct 24, 2003 12:58 am
by itsmani1

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>&nbsp;&nbsp;'.$lin;
}

?>
Now my problem is i want to get datils against each link on next page
How can i do that ????????