Ok fair enough. I guess I haven't given you much to go on.
I want to display a photo of a person alongside some text about them.
I have stored the text in a SQL field called PenPicture. As part of that text, I have included the tags <align=left><img src=photo.jpg height=220 width=250>.
So, the contents of the field looks something like this.....
<align=left><img src=photo.jpg height=220 width=250>. This person is new to PHP. please help!.
When I call the database from the php script, everything works fine except that there is a placeholder for the graphic, and no image. The text displays fine.