Eventuell die falsche Spalte
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
hier
http://www.lose-inferno.de/Bilder/einaus.jpg
hab mal grad auf meiner anderen seite geguckt da is dasselber
Merk dir doch die Zahl mal und trag probeweise eine 0 ein und zahl dann noch einmal ein/aus, vielleicht liegt der Fehler ja doch noch woanders.
YY Order!
Dann stimmt da wohl generell was nicht
Poste mal den PHP Code hier, sofern du das darfst
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
PHP-Code:
<?
@require_once ('lib/functions.lib.php');
$stats = mysql_fetch_array(db_query("SELECT einzahl FROM ".$db_prefix."_stats where id=1"));
?>
<td width="50%"><b>Gesamt eingezahlt von User</td>
<td width="50%"><b><?=@number_format($stats['einzahl'] ,2,",",".");?> <?=$waehrung;?></td>
</tr>
<tr><?
@require_once ('lib/functions.lib.php');
$stats = mysql_fetch_array(db_query("SELECT auszahl FROM ".$db_prefix."_stats where id=1"));
?>
<td width="50%"><b>Gesamt Ausgezahlt an User</td>
<td width="50%"><b><?=@number_format($stats['auszahl'] ,2,",",".");?> <?=$waehrung;?></td>
Nuja,d as sieht ja soweit gut aus, auch wenn das mit der Spalte id komisch ist, k.a. wofür die gut sein soll.
Dann wär natürlich noch interessant, wie das eingetragen wird, also in der auszahlen/einzahlen.php
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)