2005/10/1, Binay(Local) <[EMAIL PROTECTED]>:
> Hi
>
> Can any body tell me how to strip all the html characters from a text column
> while querying?
>
MySQL can't do it for you, you'll have to program it at your application level.
(PHP has strip_tags, Perl and QT have regular expression )
>
> Th
Hi
Can any body tell me how to strip all the html characters from a text column
while querying?
Thanks
Binay
AIL PROTECTED]
> "There are 10 kinds of people in this world,
> those who understand binary and those who don't" (Unknown)
> - Original Message -----
> From: "O Franssen" <[EMAIL PROTECTED]>
> To: "Rory McKinley" <[EMAIL PROTEC
Message -
From: "O Franssen" <[EMAIL PROTECTED]>
To: "Rory McKinley" <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 6:22 PM
Subject: Re[2]: [PHP-DB] MySQL Regular expression
> Actually in response to my previous comment, would the following
>
Hello,
I have a column with a name of a person, say "Franklin D. Roosvelt". Can I
query the table so that the name will be retrieved in the following format:
Roosvelt, Franklin D.
Any help will be appreciated.
--Kevin
-
Befor