Hello. I have a php page that I would like to use the include statement and within that statement use info from my lang file to get the include address. Something like this: <?php include ("echo $lang['webaddress']/inc/officehours.html") ?> PHP: This screws up the entire page (won't load). Can someone please let me know how to do this? Thanks in advance!