<?php echo 'Link1: <a href="http://www.domain.co.uk/go.php?m=' . $link . '">' . include (TEMPLATEPATH . '/discount.php'); . '</a>'; ?> PHP: i know this is wrong but can anyone help me. I have a custom key setup where i wish it to call a php file (which will be one line of text) thats linked to a website. I have used an include file because, there will be 3 possibilities Link1, 2 and 3 based on another variable called retailer. Does anyone know how to include a php file from the above...