【发布时间】:2016-07-20 14:33:08
【问题描述】:
我有这样的结构:
currentFolder
currentFile.php
email
email.php
我在文件currentFile.php 中,需要包含email.php 文件。
我尝试过包含email/email.php 和/email/email.php,但都不起作用?
将此email.php 包含到currentFile.php 中的实际网址是什么?
【问题讨论】:
标签: php html directory-structure subdirectory