View Single Post
Old 10-05-2007, 17:17   #3 (permalink)
gk
geek
 
gk's Avatar
 
Join Date: Oct 2006
Location: *.everywhere
Posts: 204
Send a message via ICQ to gk Send a message via AIM to gk Send a message via MSN to gk Send a message via Yahoo to gk
and you need to echo/print the results
PHP Code:
<?php
     
echo strip_tags($item->get_description(),'<p> <a>') ;
?>

Edit: Oh I see you saw that too, I just missed that part of your post :P
__________________
Quote:
"Why reinvent the wheel"? Simply because it's not round enough and I don't like the treads.
  Reply With Quote