Hi I want to include a dynamic page in my forum like this url cgi-bin/banner/banner.cgi?want=running Code (markup): . I used a plugin to do this like this : $includedhtml = implode('', file('cgi-bin/banner/banner.cgi?want=running')); Code (markup): And I used $includedhtml in postbit template , but it dont work. I just put this variable to this template linke : $includedhtml without anything . is it right?