if (4 == 5) … From my own code: $application_id = 4; // Always 5 for this application (It’s possible it’s supposed to be three.)
Who uses underscores in variable names anymore? If you want to use the underscore the comment needs to be in the same style: $application_id = 4; /* always 5 for this application */ January 8, 2009 at 8:42 pm
Who uses underscores in variable names anymore? If you want to use the underscore the comment needs to be in the same style:
$application_id = 4; /* always 5 for this application */