mikeyinsane Posted April 13, 2008 Share Posted April 13, 2008 Ok i'd like to display on my site the most recent topics that go on in my forum similar to how the site www.halogrid.com has it. Can anybody help me? Link to comment https://forums.phpfreaks.com/topic/100885-recent-topic/ Share on other sites More sharing options...
Northern Flame Posted April 13, 2008 Share Posted April 13, 2008 what exactly is your question? do you not know how to pull the information from your database? or do you not know how to display it? or what? if you want to pull the information, you need to run a mysql_query() selecting the x amount of topics and order them by DESC (x will be the number of results you want displayed) then just echo your data. I could be more descriptive but I dont know how your table is set up Link to comment https://forums.phpfreaks.com/topic/100885-recent-topic/#findComment-515933 Share on other sites More sharing options...
mikeyinsane Posted April 13, 2008 Author Share Posted April 13, 2008 ok what I was asking is basically what you said but I didn't understand to much of it and i dont know how to display it. (in a nutshell) I want to display the eight most recent topics in my forum on my webpage. Link to comment https://forums.phpfreaks.com/topic/100885-recent-topic/#findComment-515934 Share on other sites More sharing options...
Northern Flame Posted April 13, 2008 Share Posted April 13, 2008 can you explain the structure of your table? Link to comment https://forums.phpfreaks.com/topic/100885-recent-topic/#findComment-515942 Share on other sites More sharing options...
mikeyinsane Posted April 13, 2008 Author Share Posted April 13, 2008 Im sorry I really don't have any php knowledge and I don't understand how to answer that. Sorry for wasting your time. Link to comment https://forums.phpfreaks.com/topic/100885-recent-topic/#findComment-515948 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.