View Single Post
Old 02-14-2005, 10:28 AM  
Evil1
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 3,893
Code:
<?
for($i = 0; $i < 500000; $i++) { 
echo "Php is easy, visit http://www.php.net/manual/en/";
}
?>
__________________
Evil1 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote