Hi ,
am an newbie to php and trying to display two records on my page with one acting as the name of the link and other the link itself..
my while loop read something like this:
while ($row=mysql_fetch_array($result)) {
for ($i = 1; $i < 4; $i++) {
<?php echo "<a href=" $row["LIN_SHAREURL$i"] ">" $row["LIN_SHARENOME$i"] "</a>";
?>
}}
can anyone pl help me out??
TIA,
sandeep