can someone look at this function and tell me what's wrong? I'm getting the following error:
Parse error: parse error, unexpected T_VARIABLE in (file name) on line 13
function store_data($db, $ID, $color, $moves)
{
for($i = 1, $foo = 0; $i <= 12; $i++, $foo += 2)
{
$foo2 = $foo + 1...