I came across a apache with PHP5 server
which will not recognize PHP code written inside"<?"
(without the word php)
I notice if we change to "<?php" it works fine.
is it a server BUG or its becoming a scripting standard now days?
Is there way to solve this without changing all our scripts"