In my scripts, I used "<?" rather than "<?php". This works fine on my Linux system running php 4.3 and on my Windows system (2K) running php 4.3.
Now I would like to have the ability to write some scripts on my notebook and test them, so I installed Apache with php 5 on my Vista notebook and this setup requires "<?php", or so it seems.
Is this a php 5 requirement or is it something I did not setup correctly in Apache?
And yes, I will use "<?php" from now on and will probably fix all of the scripts, but I would like to know the answer to the above question.
Todd
"Sloppiness can come to bite you"