Mark Dain define('AGE', 22); $birthdayWishes = 1; while ($birthdayWishes < AGE) { eatCake(); }
Martijn $birthdayWishes += 1;
7y, 18w 2 replies
Eric $birhdayWishes++; //surely..
7y, 18w 1 reply
Login or register your account to reply
Martijn I am stuck on a JSLint compliant project at the moment, and it doesn't allow that. Looks like it bled over into my PHP.
7y, 18w reply