jenniferG Posted July 30, 2007 Share Posted July 30, 2007 I have a string containg a S sign. How can I remove it? Thanbks, Jenn Quote Link to comment Share on other sites More sharing options...
trq Posted July 30, 2007 Share Posted July 30, 2007 str_replace. Quote Link to comment Share on other sites More sharing options...
thedarkwinter Posted July 30, 2007 Share Posted July 30, 2007 is that a dollar sign? us a backslasH? <?php $str = str_replace("\$", "with whatever", $str); Quote Link to comment Share on other sites More sharing options...
effigy Posted July 30, 2007 Share Posted July 30, 2007 Are you talking about "§" (a section mark)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.