[PHP-WIN] Re: Creating files with PHP - need help

2002-10-12 Thread M.B.
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

[PHP-WIN] Re: Creating files with PHP - need help

2002-10-09 Thread Claudio Bustos
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