Anyway i got this problemo.. i got this 2 things:
and they are in the middle of my script.. and i get this facking error..Code:setcookie("username", $user, time()+18000);
setcookie("password", $password, time()+18000);
So where's the problem hmm.. :SWarning: Cannot modify header information - headers already sent by (output started at /home/j*/public_html/*/index.php:32) in /home/*/public_html/*/index.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at /home/*/public_html/*/index.php:32) in /home*/public_html/*/index.php on line 172
er....if you've tried to do any output at all, you send the default headers and anything you've cached by calling setcookies or header(). If you try to use any of those functions after output, your out of luck.
Also white spaces before and after your php tags at the head and bottom of your page has also caused this error.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks