ID: 22167
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows
PHP Version: 4.3.0
New Comment:
sorry last 2 lines should be:
$classpath = "./mypath/";
require($classpath."thisfile.php");
Previous Comments:
------------------------------------------------------------------------
[2003-02-11 07:37:29] [EMAIL PROTECTED]
require/include/require_once/include_once would only in the way
require './mypath/thisfile.php'
and no more as written in the documentation
require ("./mypath/thisfile.php") this will cause in a error:
failed to create stream...
it also won't work the way require
$classpath = "./mypath/";
($classpath."thisfile.php");
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22167&edit=1