[PHP] include like function

2003-07-08 Thread sgeorge9q
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

Re: [PHP] include like function

2003-07-08 Thread David Otton
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

Re: [PHP] include like function

2003-07-08 Thread Ian Mantripp
on Tue, Jul 8, 2003, David Otton 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