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.