Hi, I need some help fixing this code, it's very minor, to show up as a hyperlink in HTML: Right now it's: http://www.webmastersmarketplace.com/marketplace/viewlisting.php?listing=".$listingresult_Recordset1["listing_ID"]." Code (markup): How would I wrap <a href> tags around it to make it work?
$link = "<a href='http://www.webmastersmarketplace.com/marketplace/viewlisting.php?listing={$listingresult_Recordset1["listing_ID"]}'>Link</a>"; PHP: