An example of a really simple character sheet is available in the examples directory from the latest SVN trunk (see http://phparmory.sourceforge.net/?q=node/6\). All it does is utilize phpArmory::characterFetch() to provide an array of data pertaining to a specific character. The resulting array is then print_r()'d to the screen (with HTML markup) so that you can view the array structure. This could easily be extended to display a detailed character sheet with item information provided via phpArmory::itemFetch().