I've just started using Titanium Studio. When I use PHP code in my desktop applications, it is not parsed at run time on MacOS. The output is the same as the PHP source code. I have tried:
<?php
phpinfo();
?>
and
<script type="text/php" >
phpinfo();
</script>
I have built this application on Window and ran it and it works fine. But on the MacOS, PHP code is not parsed. When I tried to create & build PHP desktop applications on MacOS it gives me an exception.
Please help me regarding this problem.
Thanks.