Hi, I need to get a php script to print out a list of random characters. This is the list:
a'
b'
c'
d'
e'
f'
g'
a''
b''
c''
d''
e''
f''
g''
They would be printed to a maximum of 50 in a row separated by spaces. Can
anyone give me a pointer as to how to do this? Since the rand functions
are only for numbers, maybe assign each character group a number?
Thanks in advance!
Bryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

