phpbar.de logo

Mailinglisten-Archive

[php] PHP bug?

[php] PHP bug?

MINdMAN mindman1403 at gmx.de
Don Mar 24 12:59:54 CET 2005


Ich wollte grade einem bekannten was mit PHP zeigen:

<?php
$x = 2;
$y = 4;
echo('x + y = ' . $x + $y);
echo('<br>');
echo('y - x = ' . $y - $x);
echo('<br>');
echo('x * y = ' . $x * $y);
echo('<br>');
echo('y / x = ' . $y / $x);
?>

Aber seltsamer weise kriege ich als ausgabe nur:

4
-2
x * y = 8
y / x = 2


php::bar PHP Wiki   -   Listenarchive