Hi,
In my PHP scripts, I had been using only "<?" to indicate the start of PHP. That had gone without problems for a quite a while.
But recently, I found my scripts couldn't execute and the PHP code was showing on the web page. I had to change "<?" to "<?php" to get the scripts to run.
Is it possible to configure PHP (or perhaps the Apache config file) to tell the server to parse the scripts with just "<?" (i.e. with php appended to the question mark)?
Thanks in advance
