I need to show this array again, but when I copy and paste it for some reason it's not showing. Thank you for any / all help.
Code:<?php if (@mysql_num_rows($pres)) { $i = 0; ?> <?php while ($row = mysql_fetch_array($pres)) { $i++; $imgsize = GetThumbnailSize("{$datadir[adpics]}/{$row[picfile]}", $tinythumb_max_width, $tinythumb_max_height); ?> <img src="/timthumb.php?src=<?php echo "{$datadir[adpics]}/{$row[picfile]}"; ?>&w=590" id="adimg<?php echo $i; ?>" width="<?php echo $imgsize[0]; ?>" height="<?php echo $imgsize[1]; ?>"> <?php } ?> <?php } ?>



Reply With Quote
Bookmarks