
March 14th, 2008, 06:24 PM
|
 |
Contributing User
|
|
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,946

Time spent in forums: 4 Days 6 h 36 m 39 sec
Reputation Power: 8
|
|
Please do not post application specific or non-code specific questions in the php-coding forum. Please use General Chat or PHP Applications.
Anyway, phpBB uses a normalized database structure and will often use a seperate table just to store the text content of a post or private message. Then using a sort of "link" table to connect everything together, try looking in a similar named table. Or it may be stored in the same table as the post text is.
Your best bet at a good answer would be the phpbb forums, which can be accessed here: http://www.phpbb.com/community/ as you can speak directly to the developers.
|