PDA

View Full Version : mysql fetch


TeelK
08-20-2008, 05:45 PM
how would i fetch some data (say a name or something) from another part of my database and display it in postbit?.

any help is greatfully recieved

rg,
T

MoT3rror
08-20-2008, 07:10 PM
If you can it is best to add a left join to the hooks where the postbit is created (showthread_query, etc). If you can't add a left join, you can always put your query in one of the postbit hooks but I suggest not because it can run up the query count on showthread very quickly.