Hi guys I ve been trying to display images stored in ma database together with other data store into ma page but both can't be show at the same time....could someone please help me out?
I use
header("Content-type: mysql_result($result, 0 ,'filetype')");
echo mysql_result($result, 0 ,"bin_data");
echo mysql_result($result, 0 ,"filename");
BUT HEY IT WONT WORK