Awesome, that sounds like my solution. I’ve never used php before but after some research I’ve come up with a few questions.
1. I get the feeling that php is a server thing. Does this mean that I won’t be able to test it on a local machine before I upload it?
2. Does php need any kind of tag in the header like css or some similar declaration?
3. My nav file is an html file. Can I use the php to pull from that or should I be pulling from a php file?
The reason I ask is that I got rid of the iframe code and put in the php that you linked to. Nothing displayed so I’m missing something somewhere.