Whell, try using for the path:
your excample: "/nef/articles/54.txt"
my excample: "../nef/articles/54.txt"
"Sviss" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi NG.
>
> I'm having problems creating files at a certain location.
> If I attemt to create a f
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