remember also that with windows you should only use the \ when navigating
directories. so it should be \tmp
it may also be looking for your /tmp folder in the php install folder. i
believe that's where mine sticks all it's tmp stuff...
"jack" <jack@croatiabiz.com> wrote in message
news:begfb9$7vbg$1@as201.hinet.hr...
sky2070 wrote: session_start();
$_SESSION['visits']++;
print 'You have visited here '.$_SESSION['visits'].' times.';
returned:
Warning: session_start() [function.session-start]:
open(/tmp\sess_c8bf2007256f6e15a938c0254adb21e4, O_RDWR) failed: No
such file or directory (2) in C:\Program Files\Apache
Group\Apache2\htdocs\session.php on line 3
i have /tmp folder inside my htdocs directory so why it is still
saying that the /tmp is unknown?
Not in htdocs. Php looks for 'tmp' folder in root, in your case - in
'c:\'. You can change it in php.ini.
--
--- --- --- --- --- --- ---
jack@croatiabiz.com