This line of PHP was working fine, then I think I screwed small up - and I’m not seeing it. The js window it’s supposed to open in shows, “?enablejsapi=1&playerapiid=ytplayer&controls=2&rel=0”
what is incorrect in the below?
[php]<?php echo "$number";?><?php echo "$url"."?enablejsapi=1&playerapiid=ytplayer&controls=2&rel=0";?>[/php]