Simple ways to work with distributed data in real-time

Claris FileMaker and Adobe Acrobat forms can be extended with PHP scripting to enable asynchronous data interactions with SQL databases and REST APIs.

Forms can use calculations and native functions to assemble and send query parameters to PHP scripts to look-up information, or execute Create-Read-Update-Delete transactions, or call stored procedures, or interact with REST APIs, and return filtered query results back to the form as single values or as JSON, XML, FDF, or HTML arrays, refreshing related calculations in the process.

On-demand 2-way data exchanges, triggered as authenticated users insert, update, select, or click form fields or elements, progressively querying, filtering, re-calculating and merging SQL or REST API interaction results in real-time.

Each type of form provides different features, capabilities and advantages. Every type can interact with any mixture of databases or APIs in any sequence.

PHP

PHP is a popular general purpose server scripting language, currently used on approximately 75% of websites globally. PHP Data Objects (PDO) and cURL code libraries provide comparatively simple, securable, injection-resistant methods for interacting with SQL databases or REST APIs. PHP is open-source technology, so there are no licensing costs, transaction fees, or subscriptions required to own and use reliable industrial strength code.

FileMaker

Claris FileMaker forms can perform calculations that dynamically generate and execute webhooks that use PHP, PDO, and cURL to interact with SQL databases or REST APIs in real-time. FileMaker provides advanced programmable data process controls, created specifically for building multi-user interfaces that can be securely shared with up to 1,000 users connnecting via Windows or Mac desktop application, WebDirect forms, or FileMaker Data API.

Acrobat

Adobe Acrobat forms can be used as programmable interaction runtimes. Any document can be converted to PDF and extended with PHP, PDO, and cURL to send query parameters to databases or APIs, filter, and return results to designated form fields in real-time. More securable than HTML forms, Acrobat PDF forms are not susceptible to XSS, CSRF, or session attacks, and can be password protected, encrypted, flattened, or digitally signed.


PDO can interact with many databases...





cURL can interact with many APIs...


Connect technologies to...

share calculating web forms that merge data from distributed and disparate sources...





return real-time
SQL or REST API query results to spreadsheet calculations...





execute simple or extremely complex SQL queries in real time...





add dynamic
SQL CRUD or REST API functionality to Acrobat PDF forms...





deploy really, really, really well connected desktop and mobile workgroup apps







“Extremely efficient, ridiculously cost-effective.”


“Simplified, lightness added.”


“That is way, way less complicated. Thanks."




Web-enabled desktop or mobile interfaces, simple deployment, minimized dependencies, integrating disparate technologies to build simple or complex data automation solutions.

Take a look at the examples at the top of the page and e-mail with any questions. Thanks!