PHP 주소 파라메타를 php parse_str 함수로 추출 로빈아빠 https://cmd.kr/php/847 URL이 복사되었습니다. 10,153 0 2013.07.16 09:51 본문 // ------------------- 아래는 parse_str 방식 추출 parse_str(parse_url($url, PHP_URL_QUERY ), $youtubeURL); echo $youtubeURL['ist']; echo $youtubeURL['v']; 댓글 0 댓글목록 등록된 댓글이 없습니다.