To | Do this |
Enable pre-validation of record data on the web server | Select Enable record data pre-validation. Enables the FileMaker API for PHP to validate record data before committing a record to the Database Server. To use this feature, your PHP code must call the validate() method where necessary and respond to validation errors. |
Select the default character encoding | For Default Character Encoding, choose an encoding. The encoding you choose should match the encoding you use in the <head> section of your PHP files. The PHP default language is Latin-1. The FileMaker Server default is Unicode. Use UTF-8 if your data contains non-Latin characters. The Default Character Encoding setting may not be applied if you use your own version of PHP rather than the FileMaker Server supported version of PHP. If you use your own version of PHP, you could update the php.ini file to set the default character encoding (default_charset) or set the default character set directly in your PHP source files (charset). |
Select the PHP publishing error message language | For Language, choose a language for error messages returned by the FileMaker API for PHP. |