Quote:
Originally Posted by Dream
"hook postbit_create"
$blah = $db->query_read("SELECT * FROM ")
"filter results"
$blah = '<a href="disney.com">' . $filtered . '</a>';
in the postbit template put $blah where you want the text to appear
put the query in a hook and make the variable there... not sure this was the question
|
Thanks Dream, yes, this is my question.
What do you mean by "filter results"?