View Single Post
  #3  
Old 02-12-2013, 04:04 PM
Isura Isura is offline
Member
 
Join Date: Jun 2011
Posts: 38
Gender: Female
Credits: 8,354
Isura is on a distinguished road
Default

PHP Code:
$table->buildtable(array("<img src='picuploads/{$adopt->gender}.png'>""<em>{$adopt->name}</em> the {$adopt->type}""<a href='myadopts.php?action=manage&id={$adopt->aid}'><img src='{$image}'></a>"$adopt->totalclicks"{$level->description}"), "center"); 
I'm not sure, but maybe try to write "{$level->description}" instead of $level->description.This might be necessary, because your description is a text and not only a number like 'Clicks'.
__________________
Reply With Quote