アットウィキロゴ

ex1

<html>
    <head>
        <title>Example</title>
    </head>
    <body>

        <?php
        $a = 100;
        $b = 300;
        $c = $a + $b;
        print($c);
        ?>

     </body>
</html>
最終更新:2009年04月23日 13:57