Hi,
I use variable includes in my website, so I can change a link across the entire website by editing one file (vars.inc).
This works great for me, however I would like to add the option to display one
or the other snipplet of code based on a variable located in the vars.inc file.
// Display Code 1 or Code 2
$displaycode='1';
I'm not sure what I would put inside my php files to make this work.
Any suggestions would be greatly appreciated!
Thanks!
Best Regards,
Adam