Salve,

$testo = "uno per tutti";
$urlfound = "/uno/";
$urlmod = "1";
$testo = preg_replace($urlfound, $testo, $urlmod);

Warning: preg_replace() [function.preg-replace]: Compilation failed: missing ) at offset 1 in ...

sapete spiegarmi cosa succede?
Scusatemi per le domande forse un po' idiotamente dirette, ma sono un vero principiante..

grazie in anticipo!