my query result lands in a table on the web page , what i want is it to open that page, it has found ,sort of like a redirect. any ideas?..
echo "<TD ALIGN=\"CENTER\" WIDTH=\"30%\" ><a href=http://www.phpbuilder.com/board/archive/index.php/\"modules.php?op=modload&name=Forum&file=viewtopic&topic=$row[topic_id]&forum=1\">". stripslashes($row[topic_id]) . "</a></TD>";
echo "</TR>";
}while($row=@mysql_fetch_array($result));
?>
echo "<TD ALIGN=\"CENTER\" WIDTH=\"30%\" ><a href=http://www.phpbuilder.com/board/archive/index.php/\"modules.php?op=modload&name=Forum&file=viewtopic&topic=$row[topic_id]&forum=1\">". stripslashes($row[topic_id]) . "</a></TD>";
echo "</TR>";
}while($row=@mysql_fetch_array($result));
?>