i need to echo text like so
you know, with the stuff on the right all lined upCode:Item short 2
Item really long 1
i can't use a table, as this will be sent in text only emails
Printable View
i need to echo text like so
you know, with the stuff on the right all lined upCode:Item short 2
Item really long 1
i can't use a table, as this will be sent in text only emails
Checkout the str_pad() function.