infogeek Posted October 27, 2010 Share Posted October 27, 2010 Hi all , I'm a newbie in PHP coding and wondering how to do like that: ...forums / showthread.php? t = 10 in VBulletin forums. I created forums using PHP (and his pros ^^ ) but I gave for each new topic a new .php page. Thanks for all who'll help me to do, at least some keywords to look for. Nice Regards! Link to comment https://forums.phpfreaks.com/topic/217001-how-to-do-like-that-forums-showthreadphp-t-10/ Share on other sites More sharing options...
Pikachu2000 Posted October 27, 2010 Share Posted October 27, 2010 Are you asking how to make vbulletin do it like that, or how you can write your own forum script with that method? Link to comment https://forums.phpfreaks.com/topic/217001-how-to-do-like-that-forums-showthreadphp-t-10/#findComment-1127086 Share on other sites More sharing options...
infogeek Posted October 27, 2010 Author Share Posted October 27, 2010 Are you asking how to make vbulletin do it like that, or how you can write your own forum script with that method? Hi Pikachu2000, They already did that, I'm asking how to make my forum's topic like they did. www.myForum.forums / showthread.php? t = 10 and 10 is the id of my new topic. Thanks. Link to comment https://forums.phpfreaks.com/topic/217001-how-to-do-like-that-forums-showthreadphp-t-10/#findComment-1127092 Share on other sites More sharing options...
Pikachu2000 Posted October 27, 2010 Share Posted October 27, 2010 The GET var is used in the script to query the database for the thread with id 10. Without knowing how your script is written, that's about as specific as I can get. Link to comment https://forums.phpfreaks.com/topic/217001-how-to-do-like-that-forums-showthreadphp-t-10/#findComment-1127098 Share on other sites More sharing options...
infogeek Posted October 27, 2010 Author Share Posted October 27, 2010 I got it, thank u bro. Link to comment https://forums.phpfreaks.com/topic/217001-how-to-do-like-that-forums-showthreadphp-t-10/#findComment-1127108 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.