索引.php
<?php include './include.php'; ?>
<html> Page data
<?php echo $c5t_output; ?>
</html>
包含.php
<?php
/**
* GentleSource Comment Script
*
*/
define('C5T_ROOT', '/comment_script_2.1.2/');
include C5T_ROOT . 'comment.php';
?>
当我在页面上加载脚本时,我得到以下错误 000webhost.com 免费服务器,说 index.php 但它在我的本地 xampp 服务器上完美运行,即使该文件位于正确的位置并具有正确的文件名。
警告:include() [function.include]: 未能打开 '/comment_script_2.1.2/comment.php' 以包含 (include_path='.:/usr/lib/php:/usr/local/lib/php')第 9 行的 home/a5962782/public_html/include.php