Помогите нубу плиз. Поставил связку apace+php+mysql на openSuSE 11.1 При проверке php таким образом Код (Text): <?php echo "php5 test"; ?> все нормально работает и выдает в бровзер "php5 test", а когда пишу так Код (Text): <? echo "php5 test"; ?> выдает "echo "php5 test"; ?>" Почему так происходит не пойму.
php.ini ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or ; libraries that are meant for redistribution, or deployment on PHP ; servers which are not under your control, because short tags may not ; be supported on the target server. For portable, redistributable code, ; be sure not to use short tags. short_open_tag = Off p.s. ты пробеги глазами конфиг? много проблем решит...