Mailinglisten-Archive | 
-----Ursprüngliche Nachricht (HTML) wurde als Anlage beigefügt.-----
Von:      deutschsprachige PHP-Mailingliste <php at phpbar.de>
Gesendet: 24.03.05 13:02:02
An:       "Andre Manikofski" <andremanikofski at web.de>
Betreff:  Re: [php] PHP bug?
so geht es:
<?php
$x = 2;
$y = 4;
echo('x + y = ' . ($x + $y));
echo('
');
echo('y - x = ' . ($y - $x));
echo('
');
echo('x * y = ' . $x * $y);
echo('
');
echo('y / x = ' . $y / $x);
?>
cu
andré
__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201
    php::bar PHP Wiki - Listenarchive