Jump to content

[SOLVED] Change returned query "url" into a clickable link


Hamish

Recommended Posts

Hi All,

The code snippet below returns a URL from a database query displaying it in a table.

echo("<td align='left'>" . $rec["URL"] . "</td>");

How can I insert the <a href=  </a> tags around the "URL" returned to make it a clickable link.

 

As always any help much appreciated.

 

Regards

 

Hamish

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.