주문 일괄 작업 처리중

This commit is contained in:
gnuboard
2013-10-02 15:33:31 +09:00
parent a413f1805e
commit 2eda9e1994
2 changed files with 150 additions and 13 deletions

View File

@ -0,0 +1,16 @@
<?php
$sub_menu = '400400';
include_once('./_common.php');
//print_r2($_POST);
for ($i=0; $i<count($_POST['chk']); $i++)
{
// 실제 번호를 넘김
$k = $_POST['chk'][$i];
$od_id = $_POST['od_id'][$k];
echo $od_id . "<br>";
}