[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: Sessions

2002-10-12 Thread Uttam
use absolute path like including the last slash in php.ini: session.save_path=c:\temp\phpsess\ regds, -Original Message- From: Nick Chorley [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 12, 2002 17:11 To: [EMAIL PROTECTED] Subject: Sessions How can I use session functions on Windo

php-windows Digest 12 Oct 2002 11:37:32 -0000 Issue 1384

2002-10-12 Thread php-windows-digest-help
php-windows Digest 12 Oct 2002 11:37:32 - Issue 1384 Topics (messages 16345 through 16348): Re: Creating files with PHP - need help 16345 by: M.B. Re: passing variables part 2 16346 by: Cam Dunstan 16347 by: db Sessions 16348 by: Nick Chorley Administrivia

[PHP-WIN] Sessions

2002-10-12 Thread Nick Chorley
How can I use session functions on Windows? The PHP Manual says this: session.save_path defines the argument which is passed to the save handler. If you choose the default files handler, this is the path where the files are created. Defaults to /tmp. If session.save_path's path depth is more than