Hi,
I would like how to add a customer url include in php.
I tried the following but didn't work:
include $_SESSION["domain_name"] . 'includes/php_footer.php';
What is a "customer url include" ? What does $_SESSION['domain_name'] contain? What happened when you tried the above code?