Any help?
Code:
// code to replace <mp3> tags with
$mp3Code = '<embed src="http://www.site.net/player.swf?player_title=Click to play&song_url=$1" quality="high" bgcolor="#ffffff" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" align="center" height="20" width="450"/>';
// replace <mp3> tags with the mp3 code
$displayed_story = preg_replace("/\<mp3\>(.+?)\<\/mp3\>/is", $mp3Code, $displayed_story);




Linear Mode

