RE: [PHP] Whacky increment/assignment logic with $foo++ vs ++$foo

2009-10-02 Thread Joost
"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

RE: [PHP] Include Files in HTML

2009-09-04 Thread Joost
"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

[PHP] survey for graduation thesis

2004-02-27 Thread Joost Wilbrink
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