"Bob McConnell" wrote:
> From: sono-io at fannullone.us
>
>> In my readings, I've run across examples showing include files
> being
>> called from within the tags, and other examples showing
>
>> them called within . I've always put them in the header
>
>> section myself, but I was wondering
"C" like either. That just adds credence to my/our
> argument.
>
>
> d
Well, Daevid,
I still do appreciate the difference between
$a = 1;
$b = $a++;
// $b should be 1
and
$a = $a++;
$b = $a;
// $b should be 2
unless PHP manages to exhibit some overlay problem (read: bug) for $a in
the 2nd case.
True?
joost.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
costs you approximately 10 minutes of your time,
and I will certainly help me in my research and to graduate!
You can find this online survey at: http://www.wilbrink.ws/survey/
Thank you all very much
Best regards
Joost Wilbrink
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
3 matches
Mail list logo