Welcome to the PHP Intro
You are using Internet Explorer.
You are not using Internet Explorer. This is the $i"; switch ($i) { case 1: echo "st"; break; case 2: echo "nd"; break; case 3: echo "rd"; break; default: echo "th"; break; } echo " time through this loop."; }?>