\n" . " \n"; /*** DISPLAY EXISTING ARTISTS TABLE ***/ $pic_size ='75'; echo "

" .__('Existing Artists:', $i18n_domain). "

\n" . "
" . " " . "
" . " \n" . " \n" . " \n" . " \n" . " \n" . " \n" . " \n" . " \n" . " \n" . " \n" . " \n"; if ($artist->loadAll('name ASC')->getTotalRows() === 0) { echo " \n" . " \n" . " \n"; } else { for($i = 0; $i < $artist->getTotalRows(); $i++) { $artist->loadByNode($i); echo " \n" . " \n" . " "; } } echo " \n" . "
" .__("ID", $i18n_domain). "" .__("Art", $i18n_domain). "" .__("Artist", $i18n_domain). "" .__("Page Views", $i18n_domain). "" .__("Actions", $i18n_domain). "
\n" . __('No Artists Available in the Database!', $i18n_domain) . "\n
" .$artist->id. "\n" . "" . " \n" . " " .stripslashes($artist->name). "" . " \n" . " " .$artist->page_views . " \n"; /* Edit Button */ echo '
' . " " . '
'; /* Delete Button */ echo '
' . " " . '
' . "
\n" . "\n"; unset($artist); ?>