Hi, in my website template, I have two sidebars, which for the most part, will remain the same throughout.
I'm pretty sure its possible, but perhaps someone can guide me as to how I would go about including a peice of PHP code in each of these pages so that they fill with HTML content from an external source.
for example:
<html>
<table>
<tr>
<td> **PHP CODE TO FILL THIS SIDEBAR** </td>
<td>MAIN BODY SECTION OF WEBSITE</td>
<td> **PHP CODE TO FILL THIS SIDEBAR** </td>
</tr>
</table>
</html>
thanks!!!