How can I use php script in xhtml file?
I have short_open_tags = Off in the php.ini and I tried to use <?php ?> or <script language="php"> </script> within xhtml file (I need to use xforms), but my php code is never parsed.
Why is that?
Thanks for advice.