이런건 폰트색 어떻게 바꿔요? 정보
이런건 폰트색 어떻게 바꿔요?본문
$it_name = $a1 . stripslashes($row[it_name]) . $a2 . "<br>";
댓글 전체
$it_name = "<span style=color:#f00;>".$a1 . stripslashes($row[it_name]) . $a2 . "</span><br>";
$tmp=stripslashes($row[it_name]);
$it_name = "<font color='red'>$a1 $tmp $a2 </font><br>";
이렇게 해도 되겟죠 뭐
$it_name = "<font color='red'>$a1 $tmp $a2 </font><br>";
이렇게 해도 되겟죠 뭐