Rol wrote:
> 
> Hallo all,
> 
> A table containing some text needs to have some of the letters changed (eg.
> letter ä to be replaced with "ä" ).
> 
> Is there a way to use a replace function to search for such chararcters in a
> text and then replace it with the html tag?

Yes of course and this function is called "REPLACE()". Check the manual
:)

Just HTML stuff you should handle yourself. Database does not need to
know about HTML but replacing one string with another is common.

-- 
MySQL Security Administrator
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Tallinn, Estonia
       <___/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to