Kim-chan Posted December 28, 2006 Share Posted December 28, 2006 Hi, I'm new at php.. with a confusing problem.. My friend recently got our site a forum, but I want to customize the images that show up.. For each topic's table I want to put a different picture there, and maybe have it so that when the topic has no new posts, another picture shows up to show that the topic is inactive. How would I go about doing that? You don't need to write a code for me, just show me where to look or what to do will be great~Also.. I noticed when I view "View Source" on the forum's index page it gives me html codes, but when I open the file itself it gives me php codes-- that was confusing.. anyone care to enlighten me? ;_; Link to comment https://forums.phpfreaks.com/topic/32036-changing-images/ Share on other sites More sharing options...
matto Posted December 28, 2006 Share Posted December 28, 2006 PHP is processed on the server and outputs (to the browser) HTML so the source of a PHP file will appear somewhat different to selecting "view source" from a web page. If you are looking at customizing exitsing forum software you are probably best to consult with the creator.... Link to comment https://forums.phpfreaks.com/topic/32036-changing-images/#findComment-148685 Share on other sites More sharing options...
Kim-chan Posted December 29, 2006 Author Share Posted December 29, 2006 ah okay, that cleared that up ^^; thank you, and I'll find another way around it. Link to comment https://forums.phpfreaks.com/topic/32036-changing-images/#findComment-149192 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.