View Single Post
Old 09-05-2003, 12:35 AM  
Seb From Holland
Confirmed User
 
Join Date: May 2002
Location: The Netherlands
Posts: 2,747
Quote:
Originally posted by Manie
-script open tag-
alpha = Array('a','b','c','d');
numm = Array('1','2','3','4');

for(x=0;x<alpha.length;x++) {
for(y=0;y<numm.length;y++) {
hahahahahahahahahahahahahahaha(alpha[x]+numm[y]+"<br>");
}
}
-script close tag-

just make the 'alpha' and the 'numm' array as long as your likeing.
Hey Manie,

Thanks, really!! Could you put that in the PHP board option so the board won't mess it up?

Regards,
Seb.
Seb From Holland is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote