[FX.php List] [OT] Is it possible to see which fmapp users are logged into a database file from within FileMaker?

Tim 'Webko' Booth tim at nicheit.com.au
Thu Mar 19 14:40:43 MDT 2009


On 20/03/2009, at 7:22 AM, Steve Winter wrote:

> ggt,
>
> as far as a I know it's not possible within FM itself, but it is  
> from within FMS... and it is from the FMS command line tool, which  
> means that you could write a simple PHP script to query the fms  
> command line tool, and then call that from the web viewer...
>

$clientList = shell_exec ('/usr/bin/fmsadmin list clients -s -u XXX -p  
YYY');

Where XXX = FMS Admin User Name
YYY = FMS ADMIN Password

Cheers

Webko


More information about the FX.php_List mailing list