Posts & RepliesRe: PHP - Show thumbnail Your answer have a little problem, $data = base64_encode( $result ); echo '<img src="data:image/jpg;charset=utf8;base64,'.$data.' />'; after the $data at the end you should ad ( " ) before cl...