3
Thanks, but I want to include it in my module for blogs. I want to include that in the query.
Here is the code:
while($row = $GLOBALS['xoopsDB']->fetchArray($res)){
$blog_id = $row['id'];
$blog[$q]['id'] = $blog_id;
$blog[$q]['poster_id'] = $row['uid'];
$blog[$q]['title'] = htmlSpecialChars($row['blog_title']);
$blog[$q]['text'] = $myts->displayTarea($row['blog_text'], 1);
$q++;
}