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!
Hello all... google recommends you for PHP so who am I to argue
I'm trying to get DYNAMIC IMAGES TO DISPLAY ON FORUM PAGES via PHP.
The images will display on .HTML pages, but will not work in the sigs or posts on forums. How do I change my coding to accomplish this or is it not possible?
1) the owner of the website allows user post image in signature
2) the link you use must use for image tag with file having image extension. (not the one you had tried: ext=.jpg...etc)
3) back in your site, you need to allow php to be executed with extension jpg ..gif.... you can do this with htaccess.
if you fail 1 of the above, you won't be able to display your dynamic image.