/////////////////////////////// These 2 files MUST be included////////////////////////////////////////////////////
require_once '../includes/_config.php';
//$_SESSION['affiliate_registration_details'] = $_POST;
//require_once '../affiliates/_register_f-v.php';
$form = array();
if($_POST){
require_once 'D1/D1_insert.php';
}
//
// Populate our hidden form field with the affiliate id
$form = array(
'id' => $_SESSION['affiliate_tracking']['affiliate_id']
)+$form;
// dg 091020 - put any values in $_SESSION['affiliate_post'] - set in _affiliate-ftp-landing-page_f-v.php
// into post - done here to avoid validation being triggered
foreach($_SESSION['affiliate_post'] as $field_name => $field_value){
$field_name=html($field_name);
$_POST[$field_name]=html($field_value);
// also put into our form array...
$form[$field_name]=html($field_value);
}
unset($_SESSION['affiliate_post']);// once set in array clear the session
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>
DROPweight Food Packs Diet, the Fast Weight Loss Programme – Healthy & Rapid Weight Loss Diet
/////////////////////////////// These files MUST be included////////////////////////////////////////////////////
?>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>