22Feb/120
Cannot send session cache limiter – headers already sent
Use This Php Script at top of the your php page this script start session before dowload include file i hope you will solve this problem.
|
1 |
<?php if (!isset($_SESSION)) {session_start();}?> |