Can some one help me fix this portion of my script. Everything is correct but i can get it to work.
echo"
<tr>
<td width=61 bordercolor=\"#000080\" bordercolorlight=\"#000080\" bordercolordark=\"#000080\">
<a href=\"#\" onClick=\"window.open('http://datadink.net/m/profile.php?action=assign_random&session=$HTTP_SESSION_VARS['_amember_user']['member_id']', 'Profile', 'resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,height=325,width=525')\" title=\"Edit Your Profile\" alt=\"Edit Your Profile\">
<b><center>P</center></b></a>
</tr>
";
Everything is fine except the $HTTP_SESSION_VARS['_amember_user']['member_id']
once i delete this everyhtng works. but i nned this in my script