You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php echo validation_errors()?>
<?=form_open()?>
<h5>주문자명</h5> <input name="hu_name" value="<?=element('order_hu_name', $view)?>"><br>
<h5>상품명</h5> <input name="ord_name" value="<?=element('ord_name', $view)?>"> <h5>가격</h5> <input name="pay" value="<?=element('order_pay', $view)?>"> <h5>주문번호</h5> <input name="ord_num" value="<?=element('ord_num', $view)?>"> <h5>개수</h5> <input name="ord_count" value="<?=element('order_hu_name', $view)?>"> <h5>운송장번호</h5> <input name="pos_num" value="<?=element('pos_num', $view)?>"> <h5>택배비</h5> <input name="pos_money" value="<?=element('pos_money', $view)?>"> <h5>포인트</h5> <input name="point" value="<?=element('point', $view)?>">
<h5></h5>
<button type="submit">등록하기</button> <?=form_close()?>
<!-- <form method="post" accept-charset="UTF-8" action="<?=base_url('order/form')?>">
</form>-->
|