what if i get pictures from a mysql database and the code is:
<?php do { ?>
<img src="pictures/<?php echo $row_Recordset1['pic']; ?>" alt="" width="160" height="175" align="middle" />
<?php } while ($row_Pictures= mysql_fetch_assoc($Pictures)); ?>
where to put the code for resizing????