php中session_start()无法使用的错误
“Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:\wamp\www\study\meal\index.php:8) in E:\wamp\www\study\meal\index.php on line 15”
在php中如果要正常使用seesion_start(),那么在seesion_start()之前,不能有任何输出,否则,就会出现上面的错误!