+ 6
https://stackoverflow.com/questions/11752451/how-do-i-set-a-fixed-background-image-for-a-php-file
https://stackoverflow.com/questions/44398408/how-to-use-background-image-with-php
<?php echo "<body style='background: url(http://www.website.com/a.gif);'>"; ?>
I hope they help