I'm moving a site from a linux dev server to windows because to run linux, I must do it with VMware. I noticed one peculiar thing with my php files. Windows doesn't always recognize the <? (needs <?php instead and sometimes that doesn't even work). Is this a common issue? Does it indicate a problem with my coding of the files? Should I be asking this as an Apache issue?