Possible Duplicate:
How to enable PHP short tags ?
Ben kullanıyorum
Apache Friends XAMPP (Basis Package) version 1.7.3- Apache 2.2.14 (IPv6 etkin)
- PBXT motor 1.0.09-rc ile MySQL 5.1.41 (Community Server)
- PHP 5.3.1 (ARMUT, Mail_Mime, MDB2, Zend)
and i am running php files, that i code with <? ?> tags not <?php ?>.
but the apache server won't execute my code, but if i try with <?php ?> tags, the code works. Anyone know how to enable the server to execute php code with <? ?> tags ?