function showdel() { global $name, $pass, $showsaved; global $table_accounts, $table_banner, $table_groups, $table_stats, $datei_endung; $sec = time(); $date = getdate($sec); $akt_date = mktime(0,0,0,$date[mon],$date[mday],$date[year]); if($showsaved == "nein") { $sql = "select id, ads, adklicks, datum from $table_banner where archiv='nein' order by id"; } elseif($showsaved == "ja") { $sql = "select id, ads, adklicks, datum, archiv from $table_banner order by id"; } $sql_id = mysql_query($sql); while($banner = mysql_fetch_row($sql_id)) { $adcount++; $account[] = $banner[0]; $ads[] = $banner[1]; $klicks[] = $banner[2]; $datum[] = $banner[3]; if($showsaved == "ja") { $archiv[] = $banner[4]; } } ?>
Accounts löschen
| Account ID | Kunde | Status |