Hi,
I am designing with flash and am sending variables on the end of a url to a php document which also contains a swf - I want to tell the php file what color to make the background - in the html section I have:-
<body bgcolor="<?php echo $bgcol">>
I've tried moving the quote marks around but nothing seems to work - I also use php in the title and that is working fine - is it because it is inside a tag or something or do I have the wrong syntax? Any hints would be most appreciated.
Thanks
R.