Image

Imagepkbarbiedoll wrote in Imagephp

Class to put data in columns

Anyone know of a class that accepts an array of data (maybe from MySQL or just an array) and outputs a HTML table with columns:

array(AK, AL, AR, CT, FL, GA, IA, IL, MS, NM, NY, PA);

into:

AK FL MS
AL GA NM
AR IA NY
CT IL PA