When I run the script like this
<!-- BEGIN - EMBED Channel FROM Come2Play.com -->
<iframe src="http://www.come2play.com/channel_auth.asp?channel_id=50562&uid=<?php echo $_COOKIE['ava_userid'];?>&nick_name=<?php echo $_COOKIE["ava_username"];?>&auth_sig=ea0c9cab64bc52b53789d78e47750db2 width="990" height="537" frameborder="0" scrolling="no" allowtransparency="true" ></iframe>
<div id="c2p" style="text-align:center;width:990;font-family:Tahoma,Arial,sans-serif;font-size:11px;"><a href="http://www.come2play.com/shared/affiliation/setAffiliate.asp?channel_id=50562&next_url=http%3A%2F%2Fwww%2Ecome2play%2Ecom%2Fpublisher%2Easp" target="_blank" >Come<span>2</span>Play</a> - create your own multiplayer channel</div>
<!-- END - EMBED Channel FROM Come2Play.com -->
It works fine
But if I add this above that code
<?php
$strauthsig = $_COOKIE['ava_userid'].196975eb3d26cb24fc37df4b9ca36730;
echo '$strauthsig';
?>
It stops working.
What is it that i'm doing wrong ?