Php – 2nd include statement only results in html <!–#include… in page source
I have a php file that contains two include statements. The first one works fine, but the second refuses to "include" and only results in the html <!--#include... statement being seen in the page source code instead of actually including…