What error happen?

On Thu, 18 Nov 2004 09:15:22 +0100, Peter Lauri <[EMAIL PROTECTED]> wrote:
> Best groupmember,
> 
> I have an webapplication that uses different languages and therefor I have
> set up different directorys for each language. All languages use the same
> classes.
> 
> The problem I have is when I want to require() the classfile I can not
> require a file that is not in the same directory as my .php file. I have
> tried the following:
> 
> require("../classes.php");
> require("http://www.mydomain.com/classes.php";);
> and more.
> 
> All gives me error messages, why?
> 
> Anyone that could help me?
> 
> - Best Of Times
> /Peter
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to