라테스트에서요~~ 라테스트안에 php 변수 넣을려면 어떻게하나요??? 정보
라테스트에서요~~ 라테스트안에 php 변수 넣을려면 어떻게하나요???
본문
라테스트에서요~~ 라테스트안에 php 변수 넣을려면 어떻게하나요???
<?=latest_silde('slide_pic', 'picture', 16, 20, ' and ca_name="$sca" ');?>
별방법해도 안되는데
고수님들 도와주실분^^;;
<?=latest_silde('slide_pic', 'picture', 16, 20, ' and ca_name="$sca" ');?>
별방법해도 안되는데
고수님들 도와주실분^^;;
댓글 전체
<!--썸네일-->
<?
$ca_name=" and ca_name=".$sca." ";
?>
<?=latest_silde('slide_pic', $bo_table, 16, 20, $ca_name );?>
이렇게하니 되네요 ~
<?
$ca_name=" and ca_name=".$sca." ";
?>
<?=latest_silde('slide_pic', $bo_table, 16, 20, $ca_name );?>
이렇게하니 되네요 ~