hi nochmals
ich habe folgendes script:
<?
$zahl = 1000;
echo "Deine Nummer ist $zahl";
if ($action == "add")echo "Deine Nummer ist nun $zahl";
$zahl=$zahl - 100;
?>
<a href="test.php?action=add">Test</a>
Warum wird die 100 nicht abgezogen?
Mfg
ich habe folgendes script:
<?
$zahl = 1000;
echo "Deine Nummer ist $zahl";
if ($action == "add")echo "Deine Nummer ist nun $zahl";
$zahl=$zahl - 100;
?>
<a href="test.php?action=add">Test</a>
Warum wird die 100 nicht abgezogen?
Mfg
Kommentar