'', 'affp_expire' => '', 'affp_redir' => '', 'affp_trkpar' => '', 'affp_usrpage' => '', 'affp_land' => '' ); $ol_flash = ''; if(isset($_POST['affp_submit'])) { $affiliate_plus_cfg['affp_override'] = $_POST['affp_override']; $affiliate_plus_cfg['affp_expire'] = $_POST['affp_expire']; $affiliate_plus_cfg['affp_redir'] = $_POST['affp_redir']; $affiliate_plus_cfg['affp_trkpar'] = $_POST['affp_trkpar']; $affiliate_plus_cfg['affp_usrpage'] = $_POST['affp_usrpage']; $affiliate_plus_cfg['affp_land'] = $_POST['affp_land']; update_option('affiliate_plus_cfg',$affiliate_plus_cfg); $ol_flash = "Your settings have been saved."; } if ($ol_flash != '') echo '
' . $ol_flash . '