Installing PHP for FileMaker 17
|
|||||
Updated: 03/29/2019
Article #: 2
|
|||||
https://fmhelp.filemaker.com/help/17/fms/en/index.html#page/FMS_Help/hostdb-phps.html
1) Install FmServer2) enable PHP in command line- sudo fmsadmin set cwpconfig enablephp=true3) Installing PHP for FileMaker StandaloneWhen you installed FileMaker Server, the FileMaker API for PHP package was included as a .zip file in the following location:
The FM_API_for_PHP_Standalone.zip file contains a file called FileMaker.php and a folder called FileMaker. Unzip the file and copy the FileMaker.php file and the FileMaker folder to either of these locations:
4) create a phpinfo.php page to test5)get rid of index.html default page and replace with a index.php
TEST PHP HERE- http://localhost/fmi-test/phptest.php?lang=en
|
|||||
|
|||||
|
|||||
|