The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
what's wrong with this SQL query?
when i assign a query to a variable like this:
PHP Code:
the originalforumid is a smallint(5) unsigned row... (it should say '7' for thread #13...) i've also tried echoing like this: $originalfid[originalforumid], but it doesn't work too and the strange thing is, that it just works normally when i run this query in phpMyAdmin: [sql]SELECT originalforumid FROM thread WHERE threadid='13';[/sql] can anyone please help me with this... thanks! FlyingDutchman |
#2
|
||||
|
||||
replace query with query_first
and then use $originalfid[originalforumid] |
#3
|
||||
|
||||
wow, thanks for that very fast reply man!
works perfectly now thanks! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|