Search found 4 matches

by LoveO
Tue Feb 21, 2012 5:42 pm
Forum: Tutorials
Topic: Register & login problem with Safari?
Replies: 2
Views: 567

Re: Register & login problem with Safari?

Correction: It is the header('Location: index.php'); that doesn't work.

die(); is right after. If i make echo's right before and after the redirection, both are visible. If I make an echo after the die();, nothing is shown.

Any ideas?
by LoveO
Mon Feb 20, 2012 8:12 pm
Forum: Tutorials
Topic: Register & login problem with Safari?
Replies: 2
Views: 567

Register & login problem with Safari?

Hello everyone! I followed the register and login tutorial and it works well, in firefox and explorer. The problem is that it seems to be some kind of problem when setting the session because everything just stops there, i.e. at the row with $_SESSION['username'] = htmlentities($_POST['username']); ...
by LoveO
Wed Dec 21, 2011 7:54 pm
Forum: Suggestions
Topic: Forgot password function
Replies: 3
Views: 1002

Re: Forgot password function

Damn! This should have been posted in the tutorial suggestion forum.
by LoveO
Wed Dec 21, 2011 7:06 pm
Forum: Suggestions
Topic: Forgot password function
Replies: 3
Views: 1002

Forgot password function

Hello,

It would be nice with a "forgot the password" function to the login system that sends the missing password to the e-mail of the corresponding account.