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!
I'm working on a dynamic image that will display the last played albums.
This is working fine from a web browser.
But when trying to add it to a phpBB signature it only displays the text like:
Adding a static image in the same way will display the image correctly.
I also have tried adding &ext=.gif to the url but this didn't help.
Any suggestion?
WaldoMonster wrote:Now I see that it must also have a jpg, jpeg, gif or png extension.
So I can forget the dynamic php script.
Not at all. You just have to name the script .jpg and configure your web server to parse .jpg as PHP. If you're using Apache you'd need to use something like:
onion2k wrote:Not at all. You just have to name the script .jpg and configure your web server to parse .jpg as PHP. If you're using Apache you'd need to use something like: