Warning: Cannot modify header information - headers already sent by 에러질문
본문
제가 다우페이를 사용해서 영카트에서 버튼을 하나추가하고
orderform.php에서
<form name="order" method="post" action="<?php echo $order_action_url; ?>" onsubmit="return forderform_check(this);" autocomplete="off">
<input name="btnSubmit3" type="submit" value="무통장주문하기" width="63" height="30"></label>
</form>
이런식으로 버튼을 누르면 orderformupdate.php와 common.php에서 에러가 나더라고요.
Notice: Undefined index: PAYMETHOD in /home/shop/orderformupdate.php on line 9
Notice: Undefined index: CPID in /home/shop/orderformupdate.php on line 10
Notice: Undefined index: DAOUTRX in /home/shop/orderformupdate.php on line 11
Notice: Undefined variable: od_id in /home/shop/orderformupdate.php on line 12
Notice: Undefined index: in /home/shop/orderformupdate.php on line 12
Notice: Undefined variable: tot_price in /home/lshop/orderformupdate.php on line 13
Notice: Undefined index: in /home/shop/orderformupdate.php on line 13
Notice: Undefined index: 2015-01-05 (20:25) in /home/shop/orderformupdate.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 553
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 555
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 556
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 557
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 558
Warning: Cannot modify header information - headers already sent by (output started at /home/love/love.crimworks.com/shop/orderformupdate.php:6) in /home/common.php on line 559
Error.
에러가 이렇게 많이나요ㅜㅜㅜ 도와주세요
!-->
답변을 작성하시기 전에 로그인 해주세요.