I tried your code for the query
mysql_query("UPDATE guild_chars2 SET gp = $results['gp'] WHERE name = '$name'");
and I get this.
Parse error: parse error, expecting T_STRING' orT_VARIABLE' or `T_NUM_STRING' in ranks2.php on line 119
same error even if I change where name ='$name'" to
name = $results['name']");
😕