String Formatting Question
Posted: Thu Apr 13, 2006 4:10 pm
I am storing a bunch of names in a MySQL table and I am outputting them in the body of an email I am sending using mail(). I was wondering if there is any way (function?)to buffer the ends of the shorter strings so that they are the same length as the longer strings. This would make my output much neater and better looking. Thanks.