getting rid of quotes in strings

Posted on 16th Feb 2014 by admin

sick of trying to deal with them in multiple ways (entering in and taking from database, echoing, echoing within a text input, etc) so i would just like to get rid of them.

turn: bob's house
into: bobs house

tried string replace but i keep getting issues

Other forums