Contact: aviboots(AT)netvision.net.il
40,937 questions
53,400 answers
573 users
$s = str_repeat(chr(65), 13); echo $s; /* run: AAAAAAAAAAAAA */
$s = str_repeat(".=", 12); echo $s; /* run: .=.=.=.=.=.=.=.=.=.=.=.= */