<html>
<?php
$song=rand(1,2);
if($song==1)
{
echo "1.ram";
}
else if($song==2)
{
echo "2.ram";
?>
<embed src="<?php echo ($song)?>" type="audio/x-pn-realaudio-plugin" WIDTH=0 HEIGHT=0 pluginspage="http://www.real.com/player/index.html?src=000629realhome" autostart="true" name="RealPlayer"></embed>
</html>
WHy my codes don't work? I want it play randomly song?