I think the best you can do is retrieve the path of your script and add 
to your desired filepath, with something like 

$file=dirname($PHP_SELF)."nef/articles/54.txt";

and continue. 
In article <[EMAIL PROTECTED]>, you say...
> Hi NG.
> 
> I'm having problems creating files at a certain location.
> If I attemt to create a file it gets created in the rootdir (htdocs) even
> though I add a path infront of the file name. I've tried severel ways of
> adding a path but nothing works.
> 
> eksample: "/nef/articles/54.txt"
> 
> File 54.txt gets created but not at the intented location, instead it gets
> created in htdocs.
> 
> Can anyone help me by telling me how I'm suppose to do this?
> I'm running PHP on Win98 with Apache.
> 
> ~ Sviss
> 
> 
> 
> 

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

Reply via email to