Welcome to the Browser-Base Game Zone forums!
`gender` varchar(20) character set latin1 collate latin1_general_ci NOT NULL default '',This piece of code below is in the signup.php form <td bgcolor="#003366">Gender:</td><td bgcolor="#333333"> Male:<input type="radio" value="Male" name="gender"> Female:<input type="radio" value="Female" name="gender"></td>An example of the attacking status would beAttacking:</font></span> <?=$attacking?> - this is where it displays how many members are attacking$getattacking = fetch("SELECT COUNT(id) FROM $tab[pimp] WHERE lastattacked>$idle AND rid='$game[round]';"); if (!isset($attacking)) $attacking=0; $attacking = $attacking+$getattacking;I hope this makes some sense to youThanks