"; // Numeric values accept appropriate numeric operators. $foo = 12.4 * $phil; $bar = $fred * ($barney - 10); $xyz = $alice . " I'm going back to find some peace of mind in San Jose."; echo "$foo $bar $xyz
"; // Variables can be updated. $foo = 2.3*$foo + 8.981; $bar += 5; ?>


*** Just plain HTML here. ***