유튜브영상을 가져오려고하는데
본문
글쓰기시에 wr_10에 저장되게까지는 잘 되었는데
<iframe width='1000' height='563' src='https://youtube.com/embed/" + <?php echo ($view['wr_10']) ?> + "?rel=0&playsinline=1&autoplay=0' allow='accelerometer; gyroscope; picture-in-picture; encrypted-media' allowfullscreen style='position: absolute; width:100%; height:100%;'></iframe>
https://youtube.com/embed/" + <?php echo ($view['wr_10']) ?>
저부분에서 wr_10 데이터를 넣어야 하는데 어떻게 넣어야 할지 모르겠습니다 ㅠㅠ
!-->
답변 1
<iframe width='1000' height='563' src='https://youtube.com/embed/<?php echo $view['wr_10']; ?>?rel=0&playsinline=1&autoplay=0' allow='accelerometer; gyroscope; picture-in-picture; encrypted-media' allowfullscreen style='position: absolute; width:100%; height:100%;'></iframe>
답변을 작성하시기 전에 로그인 해주세요.