[thelist] Displaying MySQL Records Using PHP

Anthony Baratta Anthony at Baratta.com
Thu Jan 27 16:46:43 CST 2005


At 02:02 PM 1/27/2005, Albert Shala wrote:
><td>
><?php echo $result_ar['website']; ?>
></td>

I'm not sure what your question is but this might help:

<td>
<a href="<?php echo $result_ar['website']; ?>" target="_new">
<?php echo $result_ar['website']; ?></a>
<td>

If you are not embedding the http:// part you'll need to have that as part 
of the href.

-- 
Anthony Baratta

"I used to think the brain was the most
  important part of my body, until I realized
  what was telling me that." - Emo Phillips



More information about the thelist mailing list