Essentially I just want to do an img src = file1.php
The php file is to define an image as image01.png
I want to use html to show the file in that php image.
This way I can have multiple html pages that all reference file1.php / file2.php / file3.php and I can simply overwrite the images to change them for all the pages at once. Instead of going through each page and manually changing stuff.