반응형
preg_match_all('/(\w+)=([^&]+)/', $_SERVER["QUERY_STRING"], $pairs);
$_GET = array_combine($pairs[1], $pairs[2]);
반응형
'웹프로그래밍 > PHP' 카테고리의 다른 글
PHP: Simple compression of JSON data (0) | 2016.06.16 |
---|---|
How to call PHP function from string stored in a Variable (0) | 2016.05.24 |
Centos 7 / Apache / PHP - mkdir(): Permission denied (0) | 2016.01.20 |
Open /etc/postfix/main.cf: Permission denied (0) | 2016.01.13 |
PHP에서 csv로 저장시 연락처 0 삭제 방지 (0) | 2015.10.23 |