Join Date » Nov 2009
Posts » 76
Rep Power » 0
Needing some assistance!
I need help with one thing im sure one of you guys would know, probably how to fix this issue but im working on a User system atm and im getting an error like this
Warning: Cannot modify header information - headers already sent by (output started at myurlwebsite/index.php:7) in myurlwebsite/index.php on line 137
Warning: Cannot modify header information - headers already sent by (output started at myurlwebsite/index.php:7) in /myurlwebsite/index.php on line 138
Thank You! You will be redirected
on line 137 & 138 it shows this.
i tried configuring some things around but this page is for users login they will be able to see the links but everytime i enter my user & pass it goes straight to that can anyone help?setcookie("id", $user[id],time()+(60*60*24*5), "/", "");
setcookie("pass", $user[password],time()+(60*60*24*5), "/", "");




Reply With Quote
