m_saveflag= true; $this->m_nofollow="No"; $this->m_metabox="No"; if ( isset($_POST['nofollow_option']) ) $this->m_nofollow=$_POST['nofollow_option']; if ( isset($_POST['metabox_option']) ) $this->m_metabox=$_POST['metabox_option']; $afflc_options=$afflctable->afflinkcloaking_option_set( $this->m_nofollow, $this->m_metabox ); } else { $this->m_saveflag= false; $afflc_options=$afflctable->afflinkcloaking_option_get(); $this->m_nofollow= $afflc_options['nofollow']; $this->m_metabox = $afflc_options['metabox']; } } function AffCreateFormAction() { $posturl=admin_url('admin.php?page=affiliate-link-cloaking/ui_options.php&save=true'); echo ($posturl); } function ShowUpdateMsgbox() { if ( $this->m_saveflag ) echo ('
Options updated successfully.