Quote:
Originally Posted by pphpnewbie
I am trying out php/mysql. I not sure why this message appear -
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\vhosts\toy4sales.com\subdomains\bells\httpdocs\ToySales_Add.php:81) in D:\vhosts\toy4sales.com\subdomains\bells\httpdocs\includes\restrictaccess.php on line 3
Would appreciate any help to resolve it.
Thanks in advanced.
|
you display, echo or print, something before session_start.
btw, how you want to help you when you don't post some code?
best regards