I'm having problem with this: - finding if a string contains a " - taking it out of the string Any idea? Help!
$newstring = ereg_replace("\"", "", $string);