/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? $i = 0; while($i < 10000) { if($i != 9999) echo ', '; $i++; } ?>