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