ChatGPT가 알려준 PHPMailer를 이용한 메일 발송 프로그램 소스
<?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; // PHPMailer의 파일을 직접 로드 require '/home/eond/
총 72개의 글
<?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; // PHPMailer의 파일을 직접 로드 require '/home/eond/
https://domainr.com/docs/api[php]<?php$api_key = "YOUR_API_KEY";$query = "example";// 도메인 검색$search_url = "https://domai
내 아이피 출력 코드<?php function getClientIP() { $ipaddress = ''; if (isset($_SERVER['HTTP_CLIENT_IP']) && !empty($_SERVER['HTT
Leaf 3.0 - PHP 웹앱 & API 프레임워크https://leafphp.dev/https://github.com/leafsphp/leaf- 유연하지만 깔끔하고 간단한 구조 → 배우기 쉬움- 에코시스템 : C
1번 $result 값을 2번에 대입 했는데, explode() expects parameter 2 to be string, array given 경고 메시지가 나오네요;; 어디서 잘 못된 걸까요??? $resul
Trying to use undefined properties in PHP stdClass objects gives you a "warning" as of PHP 8 (it used to be a "notice" t
php 작업을 하다보면, Null 값을 비교해야할 때 사용하는 함수들(isset, empty, is_null)의 차이점을 표로 정리해봅니다.값if($var)issetemptyis_null$var=1TRUETRUEFA
서버세팅을 진행하는 도중 별 생각없이 사용하던CGI,CGI, FastCGI, PHP-FPM의 의미를 이젠 알고 쓰고 싶어서 남긴다. 1. CGI(Common Gateway Interface)CGI(Common Gat
PHP에서 문자열에 하위 문자열이 포함되어 있는지 확인preg_match($pattern, $inputString, $matches, $flag, $offset);preg_match()함수는 5 개의 매개 변수를받습
https://www.codingfactory.net/10115https://www.codingfactory.net/10115" style="height: 491px;">https://www.codingfactory
폼메일에서 첨부파일 기능https://happycgi.com/program/price_search.php?search_metor=&search_category1=PHP&search_category2=&search_c
출처 : https://webisfree.com/2015-02-03/[php]-%EC%84%9C%EB%B2%84%EC%97%90-%ED%8A%B9%EC%A0%95-%ED%8C%8C%EC%9D%BC%EC%9D%B4-%
PHP 날짜 포맷 변경 함수, 시간 AM, PM 나누기출처: https://greatps1215.tistory.com/1 [Start UP] 1. 날짜 포맷 변경하기. 날짜 문자열 1990-12-15 10:30:0
Source Code<?php $br = '<br>'; $foo = 'Bob'; // Assign the value 'Bob' to $foo $bar = &$foo; // Reference $foo via $bar.
http://ra2kstar.tistory.com/78">어떤 문자열을 token을 기준으로 나눌떄 사용된다. JAVA로 따지면, split 과 같은 기능을 한다고 생각하면된다. explode( 토큰 , 자를 문장)
http://www.pronice.com/pronice2011good/bbs/board.php?bo_table=B07&wr_id=16ex) Table명 member num...name....password 1....
https://www.w3resource.com/mysql/mysql-full-text-search-functions.php">
https://ko.wikipedia.org/wiki/Join_(SQL)">
$menu1->list$menu2->list$menu3->listphp로 이걸 1,2,3 이 부분을 $i 이렇게 사용해서 한 코드로 쓸 수 있을까요?http://tipsbox.tistory.com/entry/PHP-