From: Eloi G. <el...@re...> - 2003-03-24 14:16:09
|
Two ways. You can either have index.php refresh the $_REQUEST variable as it's outputting new pages, or you'll need a custom module to basically do the same thing. Option #2 would be better, because you won't have to keep customizing index.php every time you upgrade phpWS and you can add logging & reporting capabilities. -Eloi- ----- Original Message ----- From: <su...@bo...> To: <php...@li...> Sent: Saturday, March 22, 2003 1:30 PM Subject: [Phpwebsite-developers] Question > Does anyone know how to add a REF=5454 on the URL and have it stay using > pagemaster. I can add it for the main page > http;//www.majistic.com/index.php?ref=5454, but as soon as I go to a > different page its gone. I am trying to add a affiliate program to my > site. > > > Thanks for any help you can give > > Dan Ketchel |