* and then Dre declared.... > Warning: session_start(): open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache > Group\Apache2\htdocs\ELBA\logme_in.php on line 3
Check your php.ini for session.save_path= Im not sure where the temp dir is on a windows box, but point it to there and that should do it I think. > Warning: session_start(): Cannot send session cookie - headers already sent > by (output started at C:\Program Files\Apache > Group\Apache2\htdocs\ELBA\logme_in.php:2) in C:\Program Files\Apache > Group\Apache2\htdocs\ELBA\logme_in.php on line 3 Check the file for white space, this always gets me too ;-) Like this ----------------start of file <?php --------------------- See the new line above the php? that would cause that error. Check your file for somthing similar... > the session.save_path parameter in my php.ini file is as follows > ************************************** > session.save_path = "C:/WINDOWS/Temp" > ************************************** Damn! should have read the whole thing b4 replying! hehe.... you might have several php.ini's find the right one! on my gentoo box it's in /etc/apache2/conf/php.ini but there's also one in /etc/php.ini -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php