[PHP] Change base url

2003-01-20 Thread Jeremías Grunge
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?

Thanks




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




Re: [PHP] Change base url

2003-01-20 Thread Chris Shiflett
--- 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