답변 4개
네 orderform.sub.php 파일이 orderform.php 파일에서 include 되는거라
orderform2.php 파일을 만들어서 해당 파일 소스에 include되는 파일을 수정해 주셔야 합니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
Creating a new order form can be tricky! Make sure all file paths and database connections are correctly updated for orderform2.sub.php. Debugging is like perfecting a pizza recipe in https://papaspizzeriagame.com">Papa's Pizzeria - a little tweaking goes a long way. Sometimes, a simple copy-paste isn't enough; check for hidden errors preventing proper rendering. Good luck getting your new order form up and running!
댓글을 작성하려면 로그인이 필요합니다.
정확하게 복사하는 것은 불가능하다고 생각합니다. 제대로 작동하려면 다시 코딩해야 합니다.
https://thebackrooms2.com/">the backrooms
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
require_once(G5_SHOP_PATH.'/orderform2.sub.php');
요부분 변경해야 되는거 아닌가요..??