Log in

View Full Version : External poster data?


Code Monkey
11-10-2004, 06:17 PM
Where would I put my php code to retrieve external data for a poster to display in the postbit. I have game status data for users in my database and want to display certain info in the postbit. Doesn't seem like it would work in the php_include script. I'm assuming it needs to go in showthread.php somewhere.

Code Monkey
11-10-2004, 07:02 PM
I think I got it. I just joined the table to the post query. :D

Code Monkey
11-10-2004, 07:03 PM
Hmm, how would I tell it to use the join only if in certain forums? I haven't done too many conditionals in mysql.