On Tue, 8 Jul 2003 09:35:10 +0100, you wrote:

>> Hello, i need a function that gets a internal file say news.php, and
>follows
>> the urls from its copied location,
>>
>> say if i am in
>> /pages/
>> and i need a file from
>> /pages/php/wow
>>
>> i put
>> include('php/wow/news.php')
>> But the news.php file needs a file in the /php/wow directory called
>> news.inc.php
>>
>> how can the php copy every thing accross so a error is not shown
>> so the
>> script could read
>> include('php/wow/news.php', point_links_to('php/wow/')

Wow. That was.. slightly confusing. I /think/ that the include_path
directive in php.ini may help you.

Also check out set_include_path() and it's brethren.


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

Reply via email to