In each page before including header.php, u should declare a var. that contains the image from your header, and in the header.php u should have:
<img src="path_to_your_image/<?=$header_image;?>" />
$header_image is the var declared in each php that include header.php ...