Bailey Schafer
2012-05-28 23:35:54 UTC
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
When I run my php script. The error is on line 58 so I put lines 58 and 59 below. Could anyone help me figure out my error?
My Code:
}
$updatecreature="update creatures set hpoints='$newcreaturehp' where name='$creature'";
mysql_query($updatecreature) or die("Could not update creature");
}