also ich habe mich nun ja wie ihr alle wisst mal nicht vor php unterricht versteckt
also ich habe ein problem mit meinem programm
<?php
$input = '<input type="text" name="';
$tablestart = '<tr><td>';
$tableende = '</td></tr>';
echo $tablestart.'Zahl 1: $input1 >'.$tableende;
?>
<br>
<?php
echo $tablestart.'Zahl 2: $input2 >'.$tableende;
?>
<br>
<?php
echo $tablestart.'<input type="submit" value=" lasset die maschine rechnen^^ "><input type="hidden" name="action" value="start">'.$tableende;
echo '</table></form>';
?>
<?php
echo Subtraktion: $input1 - $input2
?>
so aber was habe ich falsch gemacht !?! ich weiß mir net zuhelfen also ... es soll einen kleinen taschenrechner darstellen und bis jetzt hat der nur die funktion subtraktion
mfg & thx für alle antworten