Contact: aviboots(AT)netvision.net.il
41,615 questions
54,278 answers
573 users
$s = str_repeat(chr(65), 13); echo $s; /* run: AAAAAAAAAAAAA */
$s = str_repeat(".=", 12); echo $s; /* run: .=.=.=.=.=.=.=.=.=.=.=.= */