Well, since the Drop Down Panel script accepts arbitrary HTML in between its DIV tags, as long as the HTML output you generate inside this tag is what you want shown, it should work:
Code:
<div id="mypanel" class="ddpanel">
<div id="mypanelcontent" class="ddpanelcontent">
Your HTML content here...
</div>
<div id="mypaneltab" class="ddpaneltab">
<a href="#"><span>Toggle</span></a>
</div>
</div>
You'd replace the code in red with the PHP code that outputs what you want shown. If you still need help, a link to the problem page might help.
Bookmarks