--- Jeremías Grunge <[EMAIL PROTECTED]> wrote:
> I've a few of scrcripts in a directory
> $baseurl/PHP/scripts.PHP
> 
> And I want to include these a script in a diferent dir
> example $baseurl/otherDir/otherscript.PHP but the
> includes that are on the $baseurl/PHP/scripts.PHP now
> referrer to $baseurl/otherDir... There is a way to say
> a script wthat is its $baseurl?

I do not think I understand the question. You can change
$baseurl like this:

$baseurl = "/something_else";

Chris

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

Reply via email to