php3-list | 199807
Date: 07/29/98
- Next message: Johan Grönvall: "[PHP3] How to use IMAP_createmailbox"
- Previous message: Adelino Monteiro: "[PHP3] Error in "control_structures_inline.h""
- Next in thread: Zeev Suraski: "Re: [PHP3] Multiple <?'s."
- Reply: Zeev Suraski: "Re: [PHP3] Multiple <?'s."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Johan Grönvall: "[PHP3] How to use IMAP_createmailbox"
- Previous message: Adelino Monteiro: "[PHP3] Error in "control_structures_inline.h""
- Next in thread: Zeev Suraski: "Re: [PHP3] Multiple <?'s."
- Reply: Zeev Suraski: "Re: [PHP3] Multiple <?'s."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

