-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/zbk_20220209_admin/php/admin/
File Upload :
Current File : /var/www/html/zbk_20220209_admin/php/admin/act.update.php

<?php

# approve
	$info = $exe->qry_fetch ( " from tbl_{$total[table]} where keycode='{$total[code]}' and numid='{$numid}' " , " numid , name , id , level " ) ;
	if ( empty($info['numid'])) script_re($total['cmnall']) ;

# cons
	$action = array (
		'ip'				=> $total['ip'] ,
		'level'				=> $_POST['level'] ,
		'name'				=> $_POST['name'] ,
		'memo'				=> str_convert ($_POST['memo'] ) ,
	) ;

	if ( !empty($_POST['hope_pw'])) {
		$action['pass'] = $_POST['hope_pw'] ;
	}

# execute
	$exe->qry_update( $action , "tbl_{$total[table]} " , " keycode='{$total[code]}' and numid='{$numid}' " ) ;

# end
	script_re($total['cmnnb'] . '&mode=view') ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee