View Single Post
08-06-2005, 12:38 PM
#7
YoungCoder is offline YoungCoder
Status: Senior Member
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 912
iTrader: 0 / 0%
 

YoungCoder is on a distinguished road

  Old

PHP Code:
<?php
for($k=1$k 100$k++){ echo "YO! "; }
?>