echo "<param name='FlashVars' value='mp3=Slipknot-Duality.mp3&bgcolor1=$rgb\&showinfo=1&autoplay=0&showstop=1&showvolume=1'>";
I am having a problem getting my bgcolor1=$rgb to be evaluated
I know that $rgb has a value in it because i am using print_r($GET) and it is evaluated as the correct value
how do i get the variable to pass as a paramater in the html coding? I have tried everything I can think of. Probably just missing something simple.