header location

header location

QA

header location

답변 1

본문

<?php
if(!$_GET['q']) return header('Location: https://xxx.com');
header('Location: https://www.google.co.kr/search?q='.$_GET['q']&btnI);
?>

 

여기서 .$_GET['q'] 뒤에 &btnI 붙이려고 하는데 백지만 나옵니다.

어떻게 해야 할까요?

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 24
© SIRSOFT
현재 페이지 제일 처음으로