Re: Pass Values from PHP to AS and Back
Re: Pass Values from PHP to AS and Back
- Subject: Re: Pass Values from PHP to AS and Back
- From: Timothy Bates <email@hidden>
- Date: Sat, 28 Sep 2002 12:07:26 +1000
>
Subject: Pass Values from PHP to AS and Back
>
I was looking around the web and list archives
>
yesterday and came across an example of how
>
to pass values from a PHP CGI to AS and return
>
values back again. I've been looking around for
>
hours and I can't find it again!
If both are working independently, then you can use files or databases to
communicate. But if you want to call into AS to get some work done, then I
thought something like this would work:
<? echo system("osascript -e 2+2") ?>
but it looks like the apache user doesn't have the privileges needed to run
osa scripts.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.