i cant remember the command which does the following..
if i want to display a string of say "AAAAA" A's but i want to be able to just the character and the length in
so "A" , 10
will give "AAAAAAAAAA"
how do i do it.
cheers
IHihihih get a look: www.php.net/strings
ps: may be this? "str_repeat -- Repeat a string"