본문 바로가기
etc/프로그래밍

내 로컬 PC에 php 개발 환경 구축 - Xampp

by 칸타렌서 2020. 11. 25.

[ 다운로드 ] https://www.apachefriends.org

 

XAMPP Installers and Downloads for Apache Friends

What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us

www.apachefriends.org

[ 참고 ] annajang.tistory.com/12

 

[XAMPP] 윈도우에 설치하기 (on windows)

▶ XAMPP란? - XAMPP의 이름은 X(크로스 플램폼), A(아파치 웹 서버), M(MariaDB), P(PHP), P(Perl) 의 줄임말이다. - XAMPP는 PHP 개발 환경에 가장 인기 있고 오프라인 환경인 로컬PC(=개인이 소유하고 있는..

annajang.tistory.com

[ 참고 ] offbyone.tistory.com/17

 

Windows용 XAMPP 설치하기 - (Apache, PHP, MariaDB)

PHP 7 이 나온지가 좀 되었네요. 지금은 자바 프로젝트 중이라 챙겨보지 못했는데, 이제 프로젝트도 마무리가 되어가니 시간이 좀 나는것 같습니다. 그래서 한번 설치해 보기로 했습니다. PHP 가 Ze

offbyone.tistory.com

[ 설정 ] hotwebtech.tistory.com/20

 

윈도우10 xampp php개발 서버환경 만들기

윈도우10  xampp php개발 서버환경 만들기 이전에 apmsetup을 내컴퓨터를 서버로 만드는 그것과 같은 프로그램입니다. + 설치되는 프로그램 Apache/2.4.29 (Win32) PHP/7.2.1 MariaDB 10.1.30 xampp =  Apache..

hotwebtech.tistory.com

[ 에디터 ] ilbbang.tistory.com/entry/Visual-Studio-Code-%EC%97%90%EC%84%9C-PHP-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D-%EB%B0%8F-%EB%94%94%EB%B2%84%EA%B9%85%ED%95%98%EA%B8%B0

 

Visual Studio Code 에서 PHP 프로그래밍 및 디버깅하기

Visual Studio Code 에서 PHP 프로그래밍 및 디버그를 해보겠습니다. Visual Studio Code 홈페이지에서 PHP 프로그래밍을 하는 방법에 대하여 소개되어 있는 페이지가 있습니다. 아래 링크를 클릭해 주세요.

ilbbang.tistory.com

[ 에디터 설치 후 기본 설정 ] bingary.tistory.com/entry/VS-Code-PHP-%EC%84%A4%EC%A0%95-%EB%B0%A9%EB%B2%84

 

VS Code PHP 설정 방법

---- PHP 설치 후 VS Code 설정 내용 ---- * PHP는 "D:/WebServer/PHP" 에 설치 되어 있음. 1. 기본 설정 VS Code의 PHP 설정 파일을 열어줌. 1. File -> Preferences -> Settings (단축키: Ctrl + ,) 2. Extensio..

bingary.tistory.com

 

[ 암호화 복호화 1 ] blog.habonyphp.com/751

 

[php] 암호화 복호화 함수 만들기

PHP 5,3 부터 지원하는 openssl_encrypt 함수를 이용하면 문자열을 암호화, 복호화 함수를 만들 수 있습니다.

blog.habonyphp.com

[ 암호화 복호화 2 ] offbyone.tistory.com/347

 

PHP 암호화 SHA-256, SHA-512, AES-256, RSA

PHP 언어에서 다양한 암호화 알고리즘을 사용하는 방법을 알아 봅니다. 1. SHA-256, SHA-512 단방향 암호화 알고리즘 입니다. // SHA-256 $hashed = base64_encode(hash('sha256', 'password', true)); echo $hash..

offbyone.tistory.com

 

 

댓글