When users register in my webpage, their information is sent to me correctly, but their password shows up like this: *3543A0AD7EA1BA D
How can I make the passwords to come out as the users wrote them?
And, when they finish registering this code comes up:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/7266916/html/register.php:1) in /home/content/16/7266916/html/register.php on line 54
How can I change this, instead of that code appearing, after registering, the user is sent directly to the webpage's main page?
and after they sign in the page show this code
Warning: session_start() [function.sessio n-start]: Cannot send session cookie - headers already sent by (output started at /home/content/16/7266916/html/logon.php:13) in /home/content/16/7266916/html/logon.php on line 55
how can I fix this
How can I make the passwords to come out as the users wrote them?
And, when they finish registering this code comes up:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/16/7266916/html/register.php:1) in /home/content/16/7266916/html/register.php on line 54
How can I change this, instead of that code appearing, after registering, the user is sent directly to the webpage's main page?
and after they sign in the page show this code
Warning: session_start() [function.sessio n-start]: Cannot send session cookie - headers already sent by (output started at /home/content/16/7266916/html/logon.php:13) in /home/content/16/7266916/html/logon.php on line 55
how can I fix this
Comment