Search found 1 match
- Thu Jul 01, 2004 3:27 pm
- Forum: PHP - Code
- Topic: include problem
- Replies: 3
- Views: 255
include problem
I am trying to revamp my webpage so that the menu is loaded from another file, and therefore I do not have to rewrite the menu for every html file in my website. Basically I tried copy and pasting my HTML menu out of the html file and into a new html file. I then used php and said: <?php include 'me...