> 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/')
>
> Thank You,
>
> Sam George.
> ktcsc.co.uk
>
>



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

Reply via email to