<? 를 <?php 로 변경

This commit is contained in:
chicpro
2014-10-06 15:30:25 +09:00
parent 7b5b5f98ee
commit f742d0a6ca

View File

@ -143,7 +143,7 @@ function getFormObject() {
</script>
<form method="post" name="LGD_PAYINFO" id="LGD_PAYINFO" action="">
<?
<?php
foreach ($payReqMap as $key => $value) {
echo'"<input type="hidden" name="'.$key.'" id="'.$key.'" value="'.$value.'">';
}