| 
 Posted by Tom on 08/23/07 18:03 
On Tue, 21 Aug 2007 15:36:03 -0700, Matt Barbadian wrote... 
> 
>I have a html link in a mysql database field that is getting queried 
>using PHP. My problem is when the page is rendered, the link displays 
>the html not an actual clickable link. Any help would be greatly 
>appreciated. 
> 
>Thanks 
> 
 
I'm guessing some special characters we likely converted, such as "<" to "< 
or ">" to ">". Might be how it was stored in MySQL, or maybe a function 
you're passing the results through before being output. 
 
 
 
Tom 
--  
NewsGuy Takes Usenet Cellular! 
Download newsgroup MP3's to your Cell or PDA 
Free Trial - http://newsguy.com/cellphone.htm
 
[Back to original message] 
 |