function delall_groups() { global $name, $pass; global $table_accounts, $table_banner, $table_groups, $table_stats, $datei_endung; $sql = "delete from $table_groups"; mysql_query($sql); $sql = "update $table_accounts set groups=''"; mysql_query($sql); ?>