hi
here is an object tag that i grabbed from a music site , they change sample music every day , i want to change music name with a variable so that when they change sample music it change in my sample , thanks alot
<?php
generated by block creator -
if (eregi("block-creator.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<center><img src=h00p://000.musicoftheday.com/images/black_cats.jpg width=450 height=271><p>";
$content .= "<OBJECT CLASSID=CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95 TYPE=application/x-oleobject WIDTH=120 HEIGHT=26>";
$content .= "<PARAM name=FileName value=h00p://000.musicoftheday.com/music/black_cats_popfather.WMA>";
$content .= "<PARAM name=autoStart value=False>";
$content .= "<EMBED TYPE=application/x-mplayer2 SRC=h00p://000.musicoftheday.com/music/black_cats_popfather.WMA autostart=false WIDTH=120 HEIGHT=26></EMBED>";
$content .= "</OBJECT></center><p>";
?>
thanks