hi
i want to convert this code , from perl to php , Thank you
sub sound1
{
my $sound2=shift;
qq|
<p align="center">
<br>
<embed SRC="$sound2" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1"
CONTROLS="ControlPanel,StatusBar" HEIGHT="60" WIDTH="275" AUTOSTART="false" style="border: 1 double #000000">
<br>
|;
}
$text =~s!\(snd\s*([^)]+)\)!&sound1($1)!egm;