Should this work?
I include a file using mclude:
<!-- mclude secretcode -->path/to/file.php<!-- /mclude secretcode -->
and in that file, I set a variable that changes, ie: $traffic_count="233";
Then later down on the page, use that variable in an mfunc:
<!-- mfunc secretcode -->echo $traffic_count;<!-- /mfunc secretcode -->
Should that work and be dynamic when using page-cache and a cdn? Or am I misunderstanding something?
Thanks,
Chris