Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

[PHP3] Multiple <?'s. From: Noor Dawod (noor <email protected>)
Date: 07/29/98

  Consider this code:

  <?
        $x = 3;
        $y = 12;

        echo $x + $y;

        <?
                $z = 43;
                echo $z + $x + $y;
        ?>

  ?>

  How about the two <?'s inside each other.. I ran this and it yielded
what it should yield.. 15 and 58.. is this wrong?

--
    Best regards,
        Noor Dawod (NADiR),
        Web Development Team.
------------------------------------------------------
E-mail:                          noor <email protected>                       
Homepage URL:         http://hellfire.NetVision.net.il
NetVision Homepage URL:    http://www.NetVision.net.il
------------------------------------------------------

-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3