I've setup a copy of a live site on my local WAMPSERVER and experience that the PHP is not being executed.
I suspect it's because of how PHP is being defined in the code, which is like: <? $i = 0; ?>
and not <?php $i = 0; ?>
(not sure if there's a "correct" term for this?)
This is working on the LIVE site, so im just wondering if there's an easy way for me to make <?..?>
work locally without changing too much?
Wampserver PHP version is: 5.3.13