Quotes were
not the problem at all. It seems that there was some very sloppy code in there that wasn't properly checking if I had chosen to use Lesane's points or not, so I fixed it up (instead of "
if (!$itemopt[1])" i put "if (1+1==3)"
) so now my bets work properly. Oh, and he can't keep his variable names consistant. What starts off as $oppomoney becomes $oppmoney about 3 lines down, but no link is made between the two.
Since $oppomoney is only used once, I assumed that was the bad line, and I replaced it with $oppmoney. Code works!
I should consider doing this for money.
(debugging php)