3658l2 Listing 2. Numbered Checklist Check off the numbers you want to include:

"; for($i=0;$i<20;$i++) { echo " $i"; echo "

\n"; } echo ""; #note quotes are escaped with backslash inside a #quoted string /* note that this is also a comment and the \n above makes the HTML more readable. It doesn't affect the user as browser sees it as white space */ ?>