PHP에서 리디렉션을 구현하는 방법: 1. [header()] 함수, 코드는 [header('location:http://www.baidu.com')] 2. 메타 태그, 코드는 [echo '< ;메타 http-equiv="새로고침" ].
PHP에서 리디렉션을 구현하는 방법:
1, header()
함수 header()
函数;
header('location:http://www.baidu.com');
2、meta
标签;
echo '<meta http-equiv="refresh" content="1;url=http://www.baidu.com">';
3、script
echo '<script>window.location.href="http://www.baidu.com"</script>';
2, meta
태그;
rrreee🎜🎜관련 학습 권장사항: 🎜초보부터 마스터까지 PHP 프로그래밍🎜🎜🎜위 내용은 PHP에서 리디렉션을 구현하는 방법은 무엇입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!