itman647
New Member
- Messages
- 45
- Reaction score
- 0
- Points
- 0
hey there x10hosting, im just curious as to why the error message keeps on coming up in my website every time i start a new session using php? is it the php configuation i have? can you upgrade me to the advanced php config if so?
okay so this is what I have at the top of one of my pages
<?php
session_start();
?>
when I save and view the page in the browser the following error messages are returned.
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/itman647/public_html/videodown/beta/indexed.php:1) in /home/itman647/public_html/videodown/beta/indexed.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/itman647/public_html/videodown/beta/indexed.php:1) in /home/itman647/public_html/videodown/beta/indexed.php on line 2
basically what I need the session php function for, is to send data from one page to another without having to use forms, etc... basically so that my members can surf my webpages with ease instead of having to submit lots of forms to transfer the members details from one page to another, using loads of forms could clog the server and its traffic. im quite advanced with php but just can't find the time to use forms as an alternative method because im currently doing my a-levels. so instead i just want to ease off lots of lines of coding to save time and processing power.
thanks guys
okay so this is what I have at the top of one of my pages
<?php
session_start();
?>
when I save and view the page in the browser the following error messages are returned.
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/itman647/public_html/videodown/beta/indexed.php:1) in /home/itman647/public_html/videodown/beta/indexed.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/itman647/public_html/videodown/beta/indexed.php:1) in /home/itman647/public_html/videodown/beta/indexed.php on line 2
basically what I need the session php function for, is to send data from one page to another without having to use forms, etc... basically so that my members can surf my webpages with ease instead of having to submit lots of forms to transfer the members details from one page to another, using loads of forms could clog the server and its traffic. im quite advanced with php but just can't find the time to use forms as an alternative method because im currently doing my a-levels. so instead i just want to ease off lots of lines of coding to save time and processing power.
thanks guys