cluelessnoob Posted March 10, 2009 Share Posted March 10, 2009 Please help, I'm drawing a blank here. echo '<a href="rateit.php?fac=' . $row['refFid']. '"> '$row['facname'] '</a>';[/code noob Link to comment https://forums.phpfreaks.com/topic/148809-need-help-using-query-result-as-hyperlink-and-passing-value/ Share on other sites More sharing options...
trq Posted March 11, 2009 Share Posted March 11, 2009 echo '<a href="rateit.php?fac=' . $row['refFid'] . '">' . $row['facname'] . '</a>'; Link to comment https://forums.phpfreaks.com/topic/148809-need-help-using-query-result-as-hyperlink-and-passing-value/#findComment-781739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.