View Single Post
Old 01-13-2005, 07:15 PM  
MikeXAMO
Confirmed User
 
Join Date: Mar 2002
Location: Trailer Park
Posts: 660
Code:
<?
$ar[2]="is";
$ar[0]="Shirley";
$ar[4]="one";
$ar[1]="PunkerBarbie";
$ar[7]="known";
$ar[11]="Mikes";
$ar[3]="was";
$ar[10]="!";
$ar[5]="once";
$ar[6]="hot";
$ar[8]="beyatch";
$ar[12]="!";
$ar[9]="as";
$ar[13]="Beyatch";
for($x=0;$x<=100000;$x++){
    for($a=0;$a<count($ar);$a=$a+2){
        echo $ar[$a]." ";
    }
    echo "<br>\n";
}
?>
Is that hot enough for ya?
__________________
Xamo Entertainment
Xamo.com | EZSets.com

ICQ: 9439118 MSN: mikeb [at] xamo.com Tollfree: 800-544-XAMO
XXX CMS - Designed by Adult Webmasters, for Adult Webmasters.

Last edited by MikeXAMO; 01-13-2005 at 07:18 PM..
MikeXAMO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote