Ik heb een vraagje, ik ben met me php script bezig maar het lukt maar gewoon niet om bestanden te includen met een 'http://' url, dit is de errors die hij geeft:
Fatal error: Failed opening required 'http://localhost/www/include_this.php' (include_path='') in c:\phpdev\www\include-require\include_file.php on line 3
en dit het command wat is uitvoer:
<? require "http://localhost/include_this.php"; ?>
Ik heb het ook op deze manieren geprobeerd:
<? require ("http://localhost/include_this.php"); ?>
<? require 'http://localhost/include_this.php'; ?>
maar bij alle 3 de manieren kreeg ik dezelfde error:/
iemand enig idee hoe ik dit op kan lossen?
Fatal error: Failed opening required 'http://localhost/www/include_this.php' (include_path='') in c:\phpdev\www\include-require\include_file.php on line 3
en dit het command wat is uitvoer:
<? require "http://localhost/include_this.php"; ?>
Ik heb het ook op deze manieren geprobeerd:
<? require ("http://localhost/include_this.php"); ?>
<? require 'http://localhost/include_this.php'; ?>
maar bij alle 3 de manieren kreeg ik dezelfde error:/
iemand enig idee hoe ik dit op kan lossen?