View Single Post
  #4 (permalink)  
Old 10-28-09, 09:11 AM
braca86 braca86 is offline
Newbie Coder
 
Join Date: Oct 2009
Posts: 14
Thanks: 8
Thanked 0 Times in 0 Posts
re

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????
Reply With Quote