OMG! Thanks for the responses, that fixed it.
I replaced <? with <?php (thank you Dreamweaver) and of course it went to the next error which was in another file. I fixed that and then the next, and voila!
It took two passes to find and replace all intances because if you just do a straight replace you can’t differentiate between “<?” and “<?php” so I ended up with “<?php php” the second pass replaced “<?php php” with “<?php”.
Thank you SO much for your help!