View Single Post
  #4  
Old 11-14-2011, 05:36 AM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 29,609
mapleblade
Default

try something like this:
PHP Code:
$query "SELECT * FROM {$prefix}adoptables ORDER BY id DESC LIMIT 5";
            
$result runquery($query);
            
$row mysql_fetch_array($result);

$image getcurrentimage($row['id']);

article_content .= '<img src="{$image}" /><br /><b>{$row['type']}</b>'
__________________
Need coding help? send me a PM! :)
Reply With Quote