You probably havent assigned your path correctly, assuming you have the shoutbox in your root directory, use the following code: <?php include($_SERVER['DOCUMENT_ROOT']."/shoutbox.inc.php"); ?> <?php print "<div class='arrowlistmenu'> <div class='menuheader expandable'> <div class='menuheader-title'><a href='#'>My Offers</a></div> </div> <ul class='categoryitems'> <li><a href='index.php?place=pend'>Pending Offers</a></li> <li><a href='index.php?place=complist'>Completed Offers</a></li> </ul> <div><img src='themes/{$theme_name}/images/img_bgmenu.gif' /></div> </div> </div>"; ?> PHP: