Re: [PHP] i need help help with include

2004-01-07 Thread Marek Kilimajer
include('../../../functionfile'); or something similar PHP wrote: Hi I created a directory and files 3 directory's down root/dir1/dir2/dir3/files now i need to include my function file out of the root root/dir/funtionfile How do i do this? I cannot create a htacess file on this server nor

Re: [PHP] i need help help with include

2004-01-07 Thread Richard Davey
Hello, Wednesday, January 7, 2004, 2:13:03 PM, you wrote: P> now i need to include my function file out of the root P> root/dir/funtionfile P> How do i do this? P> I cannot create a htacess file on this server nor set my include path. Err.. include("/root/dir/functionfile.php"); :) You cou