Forum Moderators: coopster
I am trying to remove an apostrophe ‘ from a string in a variable.
$address = “O'Meara”;
how can I make $address = “OMeara”;
Any help would be greatly appreciated
thank you
That should work, for other answers visit [php.net...]