[FX.php List] Re: [OffTopic] Executing php script from FileMaker, how to get result back in to FileMaker GUI?

Gjermund Gusland Thorsen ggt667 at gmail.com
Wed Oct 15 04:51:00 MDT 2008


I must admint that I have seen this and that it looks quiet promising.

http://lists.apple.com/archives/applescript-users/2006/Jul/msg00396.html

ggt

2008/10/15 Gjermund Gusland Thorsen <ggt667 at gmail.com>:
> Here is the tail -n 6 of my php script:
>
> if( intval( $r['errorCode'] ) == 0 && intval( $r2['errorCode'] ) == 0 ) {
>        echo 'OK';
> } else {
>        echo 'Failed';
> }
> ?>
>
> So when I put the URI with the current RecorID into the WebViewer, I
> see OK or Failed,
> but how do I scoop those up? I would expect the to be a Get() function for this?
>
> ggt667
>


More information about the FX.php_List mailing list