Hi,
I am working on a Windows machine (XP) and I have installed Apache (version apache_2.0.40-win32).
Then I installed PHP (version 4.2.3-Win32) using Apache module dll method (not the CGI binary one).
When I excute my scripts, I get some errors like:
Warning: open(/tmp\sess_b9ac869ec267e87694e264a5c69ddbb3, O_RDWR)
failed: No such file or directory (2) in C:\Apache\htdocs\board\add.php on line 80
When I check out the error line, I find that it is the session:
session_start();
also I realized that the header() function is not working too.
What is wrong????
Thanks