I using the printf to generate a html table I have a vertical menu and a regular menu I want these menus to be inclued as seperate .inc file
ie
printf("<table><TR><TD>
require('topmenu.inc');</TD>...
Problem is that its not reading it as a php function it reading it as text what can i do to inclued these file without rewriting the page or is that my only hope???
Thanks