Heim >Backend-Entwicklung >PHP-Tutorial >require_once用绝对路径问题

require_once用绝对路径问题

WBOY
WBOYOriginal
2016-06-23 14:02:401909Durchsuche


直接报错了

( ! ) Warning: require_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in E:\wamp\www\ruixiang\upload.php on line 1
Call Stack
# Time Memory Function Location
1 0.0003 137536 {main}( ) ..\upload.php:0

( ! ) Warning: require_once(http://127.0.0.1/ruixiang/gongxiang.php): failed to open stream: no suitable wrapper could be found in E:\wamp\www\ruixiang\upload.php on line 1
Call Stack
# Time Memory Function Location
1 0.0003 137536 {main}( ) ..\upload.php:0

( ! ) Fatal error: require_once(): Failed opening required 'http://127.0.0.1/ruixiang/gongxiang.php' (include_path='.;C:\php\pear') in E:\wamp\www\ruixiang\upload.php on line 1



回复讨论(解决方案)

不能这样用,你能这样用那不是也可以把百度新浪那些php文件也能包含进来(只要知道地址),请用物理路径

物理路径 是什么。。

d:/wamp/wwwroot/xxx/xxx/xx.php

ok解决ok解决ok解决

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:php数据库存储的问题Nächster Artikel:想找一款php的开源软件