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

2002-10-10 Thread Uttam
e "C:/progra~1/apache~1/htdocs/abc.txt" regds, -Original Message- From: Aidal [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 13:48 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Creating files with PHP - need help If I use full path I get in trouble with spaces in the pat

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

2002-10-10 Thread Aidal
t;[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 9:46 PM Subject: [PHP-WIN] Creating files with PHP - need help > 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

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

2002-10-09 Thread Aidal
t; wrote: > > > When > > > > you > > > > > refer to a ROOT; to create a file, you are > > > > > > not referring to the MACHINE's root, but to > > the > > > > FILE > > > > > > SYSTEM ROOT. > > >

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

2002-10-09 Thread toby z
gt; > refer to a ROOT; to create a file, you are > > > > > not referring to the MACHINE's root, but to > the > > > FILE > > > > > SYSTEM ROOT. > > > > > That is why the file goes to HTDOCS. > > > > > Try creating the

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

2002-10-09 Thread Aidal
creating the file using an ABSOLUTE PATH, > > e.g > > > > "c:\Docs\example-dir\54.txt" > > > > > > > > Regards, > > > > Luis > > > > > > > > - Original Message - > > > > From: "Svis

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

2002-10-09 Thread toby z
t; > > > > > Regards, > > > Luis > > > > > > - Original Message - > > > From: "Sviss" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Tuesday, October 08, 2002 9:46 PM > > > S

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

2002-10-09 Thread Aidal
an ABSOLUTE PATH, e.g > > "c:\Docs\example-dir\54.txt" > > > > Regards, > > Luis > > > > ----- Original Message ----- > > From: "Sviss" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, October 08, 20

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

2002-10-09 Thread toby z
That is why the file goes to HTDOCS. > Try creating the file using an ABSOLUTE PATH, e.g > "c:\Docs\example-dir\54.txt" > > Regards, > Luis > > - Original Message - > From: "Sviss" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

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

2002-10-09 Thread Luis Moreira
- From: "Sviss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 9:46 PM Subject: [PHP-WIN] Creating files with PHP - need help > Hi NG. > > I'm having problems creating files at a certain location. > If I attemt to create a file i

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

2002-10-08 Thread Sviss
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