게시글 본문에서 qr코드 출력 (gpt)
<!--qr-->
<?php
// 현재 페이지의 주소를 가져옵니다.
$current_url = 'http';
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') {
$current_url .= "s";
}
$current_url .= "://";
if ($_SERVER['SERVER_PORT'] !== '80') {
$current_url .= $_SERVER['HTTP_HOST'] . ":" . $_SERVER['SERVER_PORT'] . $_SERVER['REQUEST_URI'];
} else {
$current_url .= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
}
// QR 코드를 출력합니다.
echo "<img src='https://api.qrserver.com/v1/create-qr-code/?data=" . urlencode($current_url) . "&size=200x200' alt='QR Code'>";
?>
<!--End-->
플러그인 만들다 실패해서 코드 형태로 올려요.
댓글 3개
2년 전
좋아요. 감사 합니다.
민트다이어리
2년 전
감사합니다. ^^
2년 전
오 좋은정보 감사합니다.
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 4856 | PHP | 7년 전 | 5731 | ||
| 4855 | jQuery | 7년 전 | 3235 | ||
| 4854 | jQuery | 7년 전 | 2226 | ||
| 4853 | jQuery | 7년 전 | 2827 | ||
| 4852 | MySQL | 7년 전 | 2993 | ||
| 4851 | jQuery | 7년 전 | 2339 | ||
| 4850 | jQuery | 7년 전 | 2569 | ||
| 4849 | jQuery | 7년 전 | 4308 | ||
| 4848 | PHP |
|
7년 전 | 4246 | |
| 4847 | jQuery | 7년 전 | 4019 | ||
| 4846 | jQuery | 7년 전 | 2631 | ||
| 4845 | jQuery | 7년 전 | 2151 | ||
| 4844 | jQuery | 7년 전 | 2299 | ||
| 4843 | jQuery | 7년 전 | 3054 | ||
| 4842 | jQuery | 7년 전 | 2898 | ||
| 4841 | jQuery | 7년 전 | 2229 | ||
| 4840 | jQuery | 7년 전 | 1565 | ||
| 4839 | jQuery | 7년 전 | 2466 | ||
| 4838 | jQuery |
이에스씨코리아
|
7년 전 | 2312 | |
| 4837 | jQuery | 7년 전 | 2162 | ||
| 4836 | jQuery | 7년 전 | 2087 | ||
| 4835 | jQuery | 7년 전 | 1820 | ||
| 4834 | jQuery | 7년 전 | 1865 | ||
| 4833 | jQuery | 7년 전 | 1993 | ||
| 4832 | jQuery | 7년 전 | 2184 | ||
| 4831 | jQuery | 7년 전 | 2363 | ||
| 4830 | jQuery | 7년 전 | 2629 | ||
| 4829 | jQuery | 7년 전 | 1802 | ||
| 4828 | jQuery | 8년 전 | 2745 | ||
| 4827 | jQuery | 8년 전 | 2284 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기