I am tring to get a link to work I have a config.php that contains <? $repid = 1110; $rep = adapt ?>
now on my rep page I have a link I am trying to get to work
<?
require('config.php')
?>
https://extranet.securefreedom.com/adaptalife/Shopping/ShoppingCart_LoadPage.asp?OrderType=C&RepID=
1110
1110 need to be replace so that it gets it from the config.php
