Maison >développement back-end >tutoriel php >在本站内可以直接用URI跳转吗

在本站内可以直接用URI跳转吗

WBOY
WBOYoriginal
2016-06-06 20:21:561160parcourir

在PHP中可以直接使用URI进行在本站中各个文件夹中进行跳转吗?还是非得使用URL呢?

回复内容:

在PHP中可以直接使用URI进行在本站中各个文件夹中进行跳转吗?还是非得使用URL呢?

可以使用URI跳转,
eg:

<code>//跳转到相同目录3.php
header("Location:3.php");
//跳转到上一目录1219文件夹1.php
header("Location:../1219/1.php");</code>

在本站内可以直接用URI跳转吗

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn