On Mar 12, 2004, at 11:24 PM, Pablo Gosse wrote:
David Westbrooks wrote:
I have articles held in a MySQL database for a law firm. When I pull
the information from the DB and display it, words like "that's" are
shown as "that\'s". To take care of this problem I have done this:
$newsart = eregi_repla
David Westbrooks wrote:
> I have articles held in a MySQL database for a law firm. When I pull
> the information from the DB and display it, words like "that's" are
> shown as "that\'s". To take care of this problem I have done this:
> $newsart = eregi_replace("\\\'","'", $newsart);
>
> Is ther
I have articles held in a MySQL database for a law firm. When I pull the
information from the DB and display it, words like "that's" are shown as
"that\'s". To take care of this problem I have done this: $newsart =
eregi_replace("\\\'","'", $newsart);
Is there a better way to handle this to catch
3 matches
Mail list logo