Can anyone tell me how you remove all of the brackets/parentheses from a string?
Cheers
Paul
$string = preg_replace('/[(){}[]]*/','',$string);