Changing the default parsing rule...
Posted: Tue Nov 28, 2006 12:39 pm
I have a simple question... I am working with a customer and all of his code is missing the "php" in his opening tag "<?php " So of course his code does not work. He told me I was old school and that php3 required the php declaration after the question mark not php 5... So Is there anyway to parse the php code with just <? phpinfo();?> If so what must change in the config to support this parsing derivative?