Thread: Installing GD
View Single Post
Old 11-01-2007, 05:30 PM   #21 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

I did like this:
PHP Code:
$images .= '<td>';
                        
$images .= memory_get_usage();
                        
$images .= '<a href="'.$_SERVER['PHPSELF'].'?folder='.$this->currentFolder.'&page='.$this->currentPage.'
                        &pic='
.$i.'" border="0" title="'.$title.'"><img src="show_image.php?folder='.$this->currentFolder.'&id='.$i.'" 
                        border="0" /></a>'
;
                        
$images .= memory_get_usage();
                        
$images .= '</td></tr><tr>'
Looks like this:
Tanax is offline  
Reply With Quote