본문 바로가기
코드 간편모음

PHP 경고창(alert) 띄우기

by 찬찬2 2022. 2. 3.

<?php $val = "테스트"; echo "<script>alert('이건 {$val} 입니다.');</script>"; ?>

댓글