Possible Duplicate:
Are PHP short tags acceptable to use?
<?php
//Some code
?>
or
<?
//Some code
?>
I know the first way is the proper way but PHP code isn't validated. So, besides it saving extra typing & bytes, does it matter?
update Thanks for the replies...
- I had no idea they were called short tags (hence why I didn't find the duplicate SO question)
- I had no idea there was a specific server configuration option to allow/disallow the short tags.
Thanks again