본문 바로가기

php

Deprecated: Function session_unregister() is deprecated

우이씨 먼 제한이 이리 많아! ㅠㅠ



Deprecated: Function session_unregister() is deprecated



사용하지말래 ㅠㅠ  php 5.3부터는...


$_SESSION['name'] = 'stack';
$name = 'stack';
session_register("name");



http://stackoverflow.com/questions/3682615/how-to-fix-the-session-register-deprecated-problem


굿 사이트 ㅎㅎㅎ

'php' 카테고리의 다른 글

unset 함수  (0) 2013.11.07
UTF-8에서 EUC-KR로 변경하기  (0) 2013.10.25
조회날짜 변환 ㅎㅎ  (0) 2013.10.24
php 에러표시여부  (0) 2013.07.24
mysql_list_tables 제한  (0) 2013.06.27