-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/html/php/inquiry/
File Upload :
Current File : /var/www/html/html/php/inquiry/act.insert.php

<?php

######################################################
// approve check
######################################################

	if ( empty($_POST['username']))
		script_bk( ' Çʼö»çÇ×À» ÀÔ·ÂÇØÁÖ¼¼¿ä ' ) ;

######################################################
// base construct
######################################################

	$action = array (
		'keycode'			=> $total['code'] ,
		'write_date'		=> $total['now'] ,
		'ip'				=> $total['ip'] ,

		'username'			=> $_POST['username'] ,
		'zipcode'			=> $_POST['zip1'] . '-' . $_POST['zip2'] ,
		'addr1'				=> $_POST['addr1'] ,
		'addr2'				=> $_POST['addr2'] ,
		'tel'				=> $_POST['tel1'] . '-' . $_POST['tel2'] . '-' . $_POST['tel3'] ,
		'hp'				=> $_POST['hp1'] . '-' . $_POST['hp2'] . '-' . $_POST['hp3'] ,
		'contents'			=> str_convert($_POST['contents']) ,
	) ;

	$numid = $exe->qry_insert ( $action , " tbl_{$total[table]} " ) ;

######################################################
// end
######################################################

	script_re($total['cmnall'] , ' Á¢¼öµÇ¾ú½À´Ï´Ù. ') ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee