Quote Originally Posted by toomanyknots View Post
Hello Anne. I apologize, but I am a bit of a novice at this, can you clarify what I should replace them with? Should I replace this <? with this <?php and this <?= with this <?php echo
You should replace all <? with <?php

Thanks,

Anne