I have an complex applecript that I am converting to PHP.
Some of the cool features my applescript has the ability to control
applications on my computer.
Is there a way to tell php to run an applecript?
Convert complex Applecript to PHP
Moderator: General Moderators
Re: Convert complex Applecript to PHP
PHP can execute command line commands - so if you can execute an Applescript from the command line, then yes. A note though that PHP runs as the web server use (apache, www, wwwrun, etc), so you might run into a permissions problem.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.