How to overcome this warning on PHP SESSION_START: CANNOT SEND SESSION CACHE LIMITER
I was doing some programming on PHP, then i found a problem. It’s a text that shows Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at…. After browsing for a while, i found this. It’s because a whitespace before the opening tag of PHP.
It’s clear right now….
Tags: php programming
June 20th, 2008 01:06
You may also try to use netbeans as an IDE for PHP development. Try it, it’s multiplatform although a litte bit bloated…