PeterK: PHP in JavaScript

Beitrag lesen

Hi

Bei mir gehts!!

Du solltest in der php.ini folgende Einstelungen überprüfen:

; Allow the <? tag.  Otherwise, only <?php and <script> tags are recognized.
short_open_tag = On

; Allow ASP-style <% %> tags.
asp_tags = Off

Dann sollte es gehen

PeterK