PHP Archive

PHP Archive

When exporting to a PHP Archive from a FormEntry for Mac project, you generate a production PHP reference implementation of the server side code necessary to process the data coming from your iOS users.

What gets generated is a test HTML form file that represents the HTML Web Post or your iOS user. You can use this HTML file during your testing.

A MySQL script gets generated that contains the database schema. You execute this script on your database to install it. When he data comes across to your web server, the PHP script will process the data and insert them within this database.

The main PHP script is generated during the PHP Archive export. This script handles all the processing of data and places this data within the MySQL database, SQLite database, creates a CSV file, even Emails the data and saves the photos & signatures images into a media directory on your web server.