PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
You'll want to use a CSS background-image. If you need to dynamically specify the image path using php, you can do something like `<div style="background-image: url(<?php echo $imageUrl?>)">...</div>`