똑같은 제목의 글은 쓰지 못하게 하려면? 정보
똑같은 제목의 글은 쓰지 못하게 하려면?본문
똑같은 제목의 글은 쓰지 못하게 하려면 어떻게 해야하나요?
댓글 전체
write_update.head.skin.php 을 만들어보세요.
<?
if(sql_fetch("select * from `$g4[write_table]` where wr_subject='$wr_subject'")) alert("이미 같은 제목의 글이 있습니다.");
?>
<?
if(sql_fetch("select * from `$g4[write_table]` where wr_subject='$wr_subject'")) alert("이미 같은 제목의 글이 있습니다.");
?>