i'm trying to remove anything between parentheses in $meuh2
i tryed this:
Quote
$result = preg_replace ("/((.*))/", "new stuff", $meuh2);
but it won't work :queasy:
Also, would it be possible to do the replacement only if the parentheses are at the BEGINNING of $meuh2 ?
thanks