-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/zbk_admin.bk.200925/php/event/
File Upload :
Current File : /var/www/html/zbk_admin.bk.200925/php/event/skn.modify.php

<?php

# approve
	if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;

	$info = $exe->qry_fetch ( " from tbl_{$total[table]}_event where numid='{$numid}' " , " * " ) ;
	if ( empty($info['numid'])) script_re( $total['cmnall'] , ' »èÁ¦µÇ¾ú°Å³ª ¾ø´Â µ¥ÀÌÅÍÀÔ´Ï´Ù. ' ) ;

# skin file
	$skins = $skin->skin (	array ('frm'	 => 'FORM') , $skinfile ) ;

# get data
	$info = array_merge( $info , array (
									'mode'				=> 'update' ,
									'display_types'	=> script_array( $define_shop['°ø°³2'] , 1) ,
									'del_file1'			=> ( !empty($info['imagefile']))?'<input type="checkbox" name="del_file1" value="Y"> ÆÄÀÏ»èÁ¦':'' ,
								)) ;

	foreach( $define_shop['ºÐ·ù'] as $key=>$val ) {
		$info['d1_category'] .= '<option value="' . $key . '" ' . ( $info['c1_no'] == $key ? 'selected' : '' ) . '>' . $val[0] . '</option>' ;
	}
	if ( !empty($info['c1_no'])) {
		foreach( $define_shop['ºÐ·ù'][$info['c1_no']][1] as $key=>$val ) {
			$info['d2_category'] .= '<option value="' . $key . '" ' . ( $info['c2_no'] == $key ? 'selected' : '' ) . '>' . $val[0] . '</option>' ;
		}
		if ( !empty($info['c2_no'])) {
			$cexe = $exe->qry_one(" from tbl_{$total[table]}_category where c1_no = '{$info[c1_no]}' and c2_no = '{$info[c2_no]}' order by sequence asc " , " numid , title " ) ;
			while ( $crs = $exe->fetch($cexe)) {
				$info['d3_category'].= '<option value="' . $crs['numid'] . '" ' . ( $info['c3_no'] == $crs['numid'] ? 'selected' : '' ) . '>' . $crs['title'] . '</option>' ;
			}
		}
	}

# end
	$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;

	$hint['image'] = $image_hint ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee