tdphillipsjr, here is the view source on my forums:
Code:
<input type="hidden" name="iddonate" value="23">
Here is the code from the itemshop_donate template that corresponds to the above code:
Code:
<input type="hidden" name="iddonate" value="$user">
As you can see, "iddonate" comes from yet another variable. Here is the code from postbit that sets the "$user" variable:
Code:
<a href="#" onclick="javascript:window.open('itemshop.php?action=donate&user=$post[userid]', '', 'toolbar=no,scrollbars=no,resizable=no,width=200,height=50');">Donate</a>
I am not having the "Array" problem on my forum with any of the above code, and that's why I don't know how to solve the problem. Let me know if you figure it out for v0id!