-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/admin/php/cash/
File Upload :
Current File : /var/www/html/admin/php/cash/act.delete.php

<?php
	function delete_board ( $numid )
	{
		global $exe , $_POST , $total , $info_db , $config , $info_file ;
		if ( empty($numid)) return false ;
		$exe->qry_delete( " tbl_{$total[table]} " , " numid = '{$numid}' " ) ;
		return true ;
	}

# approve
	if ( is_array($_POST['chk_numid']))
	{
		foreach ( $_POST['chk_numid'] as $val )
		{
			if ( emptY($val)) continue ;
			$return = delete_board ( $val ) ;
		}
	}
	else
	{
		if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;
		$return = delete_board ( $numid ) ;
	}

# end
	script_re($total['cmnall'] ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee