P phatcactus The Ugly Organist May 4, 2003 #1 Does anyone know of a simple way to run an AppleScript when a PHP page is hit? Specifically... http://www.waferbaby.com/software/tuna/
Does anyone know of a simple way to run an AppleScript when a PHP page is hit? Specifically... http://www.waferbaby.com/software/tuna/
TommyWillB Registered May 4, 2003 #2 If you can run the AppleScript from the Terminal then you should be able to use on of the PHP Program Execturion Functions...
If you can run the AppleScript from the Terminal then you should be able to use on of the PHP Program Execturion Functions...
P phatcactus The Ugly Organist May 4, 2003 #3 Thanks, but exec("osascript /path/to/tuna.scpt"); does not work. Cron job it is, unless I'm just doing something terribly wrong.
Thanks, but exec("osascript /path/to/tuna.scpt"); does not work. Cron job it is, unless I'm just doing something terribly wrong.