Hi.


When you output field data inside html pages, 

browser can interpret the tags inside fields (hackers usually use

such things).



Try to use htmlentities() and  htmlspecialchars() to escape all '<' and '>' chars in 
data.



Regards.



"leegold" <[EMAIL PROTECTED]> wrote:

> I have to put html links inside varchar and text fields. They have to be

> (somehow) fulltext searchable (of course a substring, %keyword% search,

> would pick them up - I realize that) and they have to render as

> clickable links when I output the fields via PHP. How would I do this?

> Is this more of a PHP level type problem? Thanks, Lee G.

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to