Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 register.php 中引用 header.inc 怎么做?
从 register.php 你可以使用它来包括:
<?php include('../includes/header.inc'); ?>
要链接到它,只需发送您的href或您要做什么../includes/header.inc
../includes/header.inc