Hello, I have a problem with my webpage when I upgrade PHP from 4.1 version up to 5.4
Before my scripts always have startet with: <? > // some code here... > // a lot of code > ?> > But after I upgrade it, this scripts doesn't work only just because it starts with "<?", if i change to "<?php" everything works fine, maybe we know any documentation about this "change", and maybe possible ways to turn on "<?" Thanks for support! --- Pavel Ivanov [email protected]
