The code below, if run, will probably freeze your browser.
echo "
�"; $utfnum = 1; while ($utfnum<=99999) { echo "
".$utfnum.";
"; echo "
&#".$utfnum.";
"; echo "
"; $utfnum ++; }
Validate