Jump to content

I want my search to bring up URL as a hyperlink - Thanks


messy

Recommended Posts

Hi - I want my search for members to bring back the URL as a hyperlink - The below code brings the hyperlink it but it adds it to the end of my main URL - so I end up with both my URL and the members in a single string in the browser - Any suggestions? 

 

CODE - In my search results page

<tr>   

        <td class="lighterleft">Website</td>

        <td class="lighter"><a href="<?php echo $row_Recordset1['Website']; ?>"><?php echo $row_Recordset1['Website']; ?></a></td>

    </tr>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.