[FX.php List] [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:48:52 MDT 2008


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