Hello,
This is a reply to an e-mail that you wrote on Mon, 14 Jul 2003 at 19:58, lines prefixed by '>' were originally written by you. > Every time i run this script i got this error:( my apache server is > very well cofigured) > Warning: Cannot send session cookie - headers already sent by (output > started at c:apachehtdocsproiect_gsmlogin.php:11) in > c:apachehtdocsproiect_gsmlogin.php on line 81 Can't see any problem within the snippet that you posted, check that you do not output anything at all anywhere above the snippet that you posted or in any included files before the session_start(); line. You may have accidentally sent a space or a newline if <?php isn't at the very beginning of all of your files. David. -- phpmachine :: The quick and easy to use service providing you with professionally developed PHP scripts :: http://www.phpmachine.com/ Professional Web Development by David Nicholson http://www.djnicholson.com/ QuizSender.com - How well do your friends actually know you? http://www.quizsender.com/ (developed entirely in PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php