How can i

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

How can i

Post 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 ????????
Post Reply