Skip to content

Instantly share code, notes, and snippets.

View soloincc's full-sized avatar
🏠
Working from home

Wangoru Kihara soloincc

🏠
Working from home
View GitHub Profile
@soloincc
soloincc / mod_pull_odk_submissions.php
Last active June 15, 2016 07:16
mod_pull_odk_submissions.php is part of the Ngombe Planner scripts that is used to pull EADD II longitudinal submissions, submitted to an ODK Aggregate, http://opendatakit.org, process the submissions and merge them to a MySQL database which has data submitted by Ng'ombe Planner, http://np.azizi.ilri.org/ngombeplanner
<?php
define('OPTIONS_COMMON_FOLDER_PATH', '../../common/');
define('OPTIONS_MODULE_EMAIL_CONFIG_FILE', 'np_main.ini');
require_once OPTIONS_COMMON_FOLDER_PATH . 'mod_general_v0.6.php';
require_once 'ngombeplanner_config';
require_once OPTIONS_COMMON_FOLDER_PATH . 'dbmodules/mod_objectbased_dbase_v1.1.php';
/**