hiya I'm a bit stuck here.

I wrote a form so people could enter information for a bio, added the db table and it all works perfectly.

Person enters thier info, hit's send, info is stored in the db and a result is returned back to the user.

What I'm having issues with is createing a page where they enter in thier unique ID (which is also the primary key) and it returns the bio information.

3 of the fields are images and the user enters the url for the image which is also stored in the db but none of the images will show...even on a test page. Can someone quide me with proper code for showing an image as part of a profile?

Ex :

UID : 1
Name : Bob
Avatar : http://bobs.com/bob.gif

All three of those fields are in the db and are named the same and use the same format.