post값 받기

get으로 받을때는 get으로


for($i=0;$i<count($_POST);$i++){

$_POSTS = each($_POST);

$$_POSTS['key'] = $_POSTS['value'];

}

+ Recent posts