by honeya » Tue Feb 14, 2012 12:21 am
I have two tables one images second one is users. Images table fields are image_id, image_name and users table has fields id, username,email,image_name. image table under image_name i have saved different images paths assigning ids automatically. User will have to select his profile picture from that image tables whose name (id) will be saved under users table in image_name field. i dont know how to display image with user profile. Please help me out