히든으로 값 보낼때

PHP 2015. 7. 30. 09:31

<?php

if(isset($bNo)) {

echo '<input type="hidden" name="bno" value="' . $bNo . '">';

}

?>

Posted by 이상욱1
,