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
If I use full path I get in trouble with spaces in the path like "c:\program files\Apache ...", in this case the path would be "c:\program" due to the space in the path. Of cause I could make a new dir on C like "c:\articles" to work around this, but if I could get the files into a sub folder of h

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

2002-10-09 Thread Aidal
Well, as far is i know both have more options concerning permitions, both have an admin etc. so there may be a slight difference in how this works on your vs. my system, I don't know for sure though. Anyway, it wasn't the idea to turn this into a discussion about file systems. You gave your advic

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

2002-10-09 Thread toby z
win xp AND 2000 pro --- Aidal <[EMAIL PROTECTED]> wrote: > Are you working on a UNIX/Linux box? > It might make a difference due to the difference on > file systems etc. > I'm working with Win98 at the moment. > > > "Toby z" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL

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

2002-10-09 Thread Aidal
Are you working on a UNIX/Linux box? It might make a difference due to the difference on file systems etc. I'm working with Win98 at the moment. "Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > well aidal > for me it did it just WOULDN create the file

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

2002-10-09 Thread toby z
well aidal for me it did it just WOULDN create the file otherwise :$ :| toby --- Aidal <[EMAIL PROTECTED]> wrote: > Dona that \\nef\\articles makes no difference. > > "Toby z" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > or u could add an other \ to

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

2002-10-09 Thread Aidal
Dona that \\nef\\articles makes no difference. "Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > or u could add an other \ to tha path > > "c:\\name.txt", "wb" > > luck > > toby > > --- Luis Moreira <[EMAIL PROTECTED]> wrote: > When you > refer to a

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

2002-10-09 Thread toby z
or u could add an other \ to tha path "c:\\name.txt", "wb" luck toby --- Luis Moreira <[EMAIL PROTECTED]> 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. > That is why the file goes to HTDOCS. > Try creati

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

2002-10-09 Thread Luis Moreira
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. 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" <[E