![]() |
basically i'd like to input a thread name a la:
script.php?subject=Blah and then do $thread = "News: ".$subject; and then pull the latest thread with that name out of the db, get its threadid, and print a header redirecting the person to that thread. this isnt working though: Code:
<? this is for the newspro/vB integration, im working on a 'Comment on this news>>' link, and eventually i'd like to put the newsid in the thread\notes part of the table, but i thought i'd stick to this for now. any ideas? |
$threads = $DB_site->query("SELECT threadid FROM thread WHERE title='".addslashes($title)."'");
|
i love you :D
|
All times are GMT. The time now is 08:15 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|