I need to display images in a page called from a database. I am new to all this so I am only pulling the binary code of the image versus the actual image. Any help would be appreicated. The code I have as of now is as follows:
[code=php]
<?

$SelectID = '113';

MYSQL_CONNECT(" localhost","db" ,"dbpw");
mysql_select_db ("db");

...