While on the subject of switch statements, another cool thing to try out is using an ARRAY to act as a switch statement or a big pile of IF statements. That sounds crazy, but imagine this:
switch ($color_number) {
case 1:
return 'red';
break;
case 2:
return 'green';
break;
case 3...
Hey guys,
My name is Tom and I'm the CTO of POP. Thanks so much Wassim for posting about our little service. I wanted to pop in (no pun intended) to the thread and respond to some of your comments.
Sysode wrote:
Keep in mind that we are also giving you a Google Apps (i.e., gmail on your...