Jump to content

MySQL-stored address as hyperlink in a results page


myotch

Recommended Posts

I'll walk you first through what is working:

 

<?php echo($user['biz_site'] != '' ? "<h4>Web Site</h4>" . $user['biz_site'] : ""); ?>

 

In a results page, the code renders something that looks like:

 

What I'd like instead is something like this:

Web Site

Visit Site

 

...where the "visit site" links to the site.  I'm trying to address a problem of some sites, especially government sites, having 75+ character-long addresses, which messes up the finite space I have allotted for site addresses.

 

Everything I've tried thus far has rendered blank white pages.

 

(the original code posted up top does not produce a hyperlink)

 

 

 

 

 

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.