CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

Contents Management System

1. php txt 특정 라인 출력

https://support.scriptcase.net/en-us/article/1006-reading-file-with-php


https://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_function&wr_id=294829&page=1876

https://lightblog.tistory.com/114 

https://winplz.tistory.com/entry/PHP파일-읽기

2. 자바스크립트 콘솔에 글자 출력

https://stackify.com/how-to-log-to-console-in-php/

3. xe템플릿변수를 php

https://xe1.xpressengine.com/qna/23285421

https://xetown.com/questions/1348129

https://xe1.xpressengine.com/tip/13336987

4. 레이아웃 설정에서 체크박스 활용

https://xe1.xpressengine.com/qna/21723041

5. php 코드 암호화

https://conory.com/blog/21531 

단점은 php 내부 코드에 html이 echo 등으로 사용될 경우 제대로 읽지 못하는 단점이 있음. (서버에 따라 다른 거 같음)

https://encoder.conory.com


https://www.gaijin.at/en/tools/php-obfuscator#result

6. 도메인 인코딩

https://www.gaijin.at/en/tools/php-obfuscator#result

7. 현재 페이지 도메인 알아내기 php / PHP 주소 가져오기

http://www.webmadang.net/develop/develop.do?action=read&boardid=1003&page=1&seq=52

8. 페이스북처럼 콘솔 로그 활용하기

https://stackoverflow.com/questions/27415145/how-does-facebook-log-to-console-like-this

https://stackoverflow.com/questions/3011600/clear-javascript-console-in-google-chrome

9. js txt 읽기

https://stackoverflow.com/questions/28828029/html-read-txt-file-from-url-location-in-javascript

10. js base64 encoding

https://webisfree.com/2017-04-25/javascript에서-문자를-base64로-인코딩-변환하는-방법은

11. 암호화 복호화 사이트

http://utf-8.jp/public/aaencode.html


https://obfuscator.io


https://blog.serpongs.net/4

12. jquery get

https://raisonde.tistory.com/entry/jQuery에서-ajax-간단히-구현하기-get과-post

https://findfun.tistory.com/393

13. jquery 페이지 이동

https://heeestorys.tistory.com/747

14. jquery import

https://zetawiki.com/wiki/자바스크립트에서_js_import

15. jquery txt read

https://rtong.tistory.com/1345

16. 개발자 공부 블로그

https://www.php.net/manual/en/function.base64-decode.php


https://webisfree.com/2016-04-22/[php]-변수-사용시-지역변수-전역변수의-유효범위-알아보기


https://www.php.net/manual/en/function.base64-decode.php


https://studio2b.tistory.com/34


https://www.everdevel.com/jQuery/val-empty-remove/

https://blog.outsider.ne.kr/952

https://88240.tistory.com/385

17. php 사용자 정의 함수 만들기

http://jun.hansung.ac.kr/SWP/PHP/PHP%20Functions.html

18. php 파일에서 css 불러오기

https://stackoverflow.com/questions/6315772/how-to-import-include-a-css-file-using-php-code-and-not-html-code

<?php
define('CSS_PATH', 'template/css/'); //define CSS path 
define('JS_PATH', 'template/js/'); //define JavaScript path 
?>
<!-- Doctype should be declared, even in PHP file -->
<!DOCTYPE html> 
<html>
<head>
<link rel="stylesheet" type="text/css" href="<?php echo CSS_PATH; ?>main.css">
<script type="text/javascript" src="<?php echo JS_PATH; ?>main.js"></script>
</head>
<body>
</body>
</html>

19. xe 템플릿 문법


http://chongmoa.com/xe/3307

20. php feof

https://www.php.net/manual/en/function.feof.php

https://blog.habonyphp.com/43

https://blog.habonyphp.com/entry/php-파일-포인터가-끝부분인지-아닌지를-알려주는-feof-함수

21. php  fgets

https://webisfree.com/2015-02-03/[php]-서버에-특정-파일이-있는지-확인-file-exists()-is-file()-file()

https://winplz.tistory.com/entry/PHP파일-읽기


https://tecadmin.net/php-read-file-line-by-line-fgets-function/

22. 웹에 쿠키 파일 생성

https://ppomelo.tistory.com/121

https://webisfree.com/2015-03-02/[php]-쿠키-설정하기-setcookie() 

https://dreamsea77.tistory.com/25

http://magic.wickedmiso.com/72



추천한 사람

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기