Пример #1
0
    }
    /*
    	if (isset($result)) {
    	  $_SESSION['Result'] =  'Success';
    	  echo 'Success';	
    	}
    */
}
// speaker order
/*///////////// 
Speaker mainpage order
///////////////*/
if (isset($_POST['action']) && $_POST['action'] == 'speaker_mainpage_order') {
    $the_main = new main\main();
    foreach ($_POST['order'] as $order) {
        $the_main->speaker_mainpage_order($order[0], $order[1]);
    }
    /*
    	if (isset($result)) {
    	  $_SESSION['Result'] =  'Success';
    	  echo 'Success';	
    	}
    */
}
// speaker order
/*///////////// 
Speaker mainpage bio edit
///////////////*/
if (isset($_POST['action']) && $_POST['action'] == 'edit_mainpage_speaker_bio') {
    $the_main = new main\main();
    $the_main->speaker_mainpage_bio();