佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 961|回复: 3

need help in php code which i juz got from the server

[复制链接]
penpenguinguin 该用户已被删除
发表于 13-6-2007 01:31 PM | 显示全部楼层 |阅读模式
i m facing this problem someone pls help me:

i got a code from the server n suppose to modify it in my localhost

but for example:
in a.php
theres
<?php
include_once($_SERVER["DOCUMENT_ROOT"] ."/webinfo/b.class.php");
include_once(Envi::p_security);
?>

and in b.class.php theres


class Envi
{const p_security = "/opt/webinfo/apache2/htdocs/webinfo/class/security/security.class.php";
}


but bcoz i installed xampp and working in localhost

http:\\localhost is
C:\xampp\htdocs
and not
"/opt/webinfo/apache2/htdocs/webinfo
as in b.php


so the error it prompt me is:

Warning: include_once(/opt/webinfo/apache2/htdocs/webinfo/class/security/security.class.php) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\webinfo\index.php on line 4

what should i do
can anyone help me?
回复

使用道具 举报


ADVERTISEMENT

发表于 13-6-2007 01:39 PM | 显示全部楼层
首先--->用中文吧。
$_SERVER["DOCUMENT_ROOT"] 是你的HTDOCS folder

include_once($_SERVER["DOCUMENT_ROOT"] ."/webinfo/b.class.php");
改成
include_once($_SERVER["DOCUMENT_ROOT"] ."/你的FOLDER/b.class.php");
回复

使用道具 举报

penpenguinguin 该用户已被删除
 楼主| 发表于 13-6-2007 02:03 PM | 显示全部楼层
webinfo   是我的 folder  了 才会出现这样的 ERROR 的


/opt/webinfo/apache2/htdocs/webinfo/class/security/security.class.php) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\webinfo\index.php on line 4

谢谢
回复

使用道具 举报

发表于 15-6-2007 12:50 AM | 显示全部楼层
p_security = "/opt/webinfo/apache2/htdocs/webinfo/class/security/security.class.php";
你确定你的FILE PATH 是对的?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 25-9-2025 07:46 PM , Processed in 0.127226 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表