quote:
Originally posted by wj
You could do it eaisly with this:
<?php
include 'menu.php';
?>
That would add the contents of menu.php where you put that code.
That what you're trying to accomplish?
Yes, but I didn't seem to be able to do this earlier.. I'll try it right away, thanks for the advice.
Question though, will that only put the text, or the design as well?
Yay it worked!