
March 25th, 2008, 09:44 PM
|
|
Contributing User
|
|
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 61
Time spent in forums: 22 h 15 m 51 sec
Reputation Power: 3
|
|
|
Session_start() is doing my head in!!
Hey everyone, I'm having problems getting a simple session_start() to work.. I've put <?php session_start(); ?> on line 1 of my html code, with no spaces before it or anything, yet I keep getting this painful error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/souliedc/public_html/clients/Feck/help/index.php:1) in /home/souliedc/public_html/clients/Feck/help/index.php on line 1
I don't know if this is a problem with my host or if I'm missing something completely.. I need the session to work with captcha for a form..
http://www.souliedesigns.com/clients/Feck/help/index.php?act=help&reason=cancel
Could someone please point me in the right direction as what the problem may be, or how to get around it
Thank you
Last edited by Souliebaby : March 25th, 2008 at 10:59 PM.
Reason: typo lol
|