View Single Post
Old 03-07-2005, 03:36 PM   #7 (permalink)
morpheuz
Code Monkey
 
Join Date: Feb 2005
Posts: 64
morpheuz is on a distinguished road
Yeah, just using the html to reduce image dimensions is bad business. It does look better just identifying the width but it doesn't have that smooth look the image library resizing returns, the details look squished distorting stuff like facial features somewhat.

img syntax looks like this at the moment: (using print to follow up the fetch array btw.) 'img src=$root_url$sql_array->mem_pic

##what it returns##

'img src=http://blah/members/(image matching user_id & mem_pic within members table .jpg)'

-The folder for images in general is members.

-User specific image root defined under mem_pic: '/members/mypic.jpg'

I can pull off resizing an individual image properly using php library functions since all that has to be done is fill in the root to the image and much of the rest is copy and paste..but how do I apply it to the above array?
morpheuz is offline   Reply With Quote