View Single Post
Old 03-03-2003, 01:08 PM   #8 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
PHP Code:
select
    post
.*,
    
forum.forum_title
from
    posts
inner join
    thread on thread
.threadid post.threadid
inner join
    forum on forum
.forumid thread.forumid
where
    postid 
10 
__________________
-- bloomberg.
abc123 is offline   Reply With Quote