Welcome Guest ( Log In | Register)



7 Pages V  « < 2 3 4 5 6 > »   
Reply to this topicStart new topic
> Php Simple Login Tutorial, Learn how to make a simple login!
Azrath
post Jul 6 2007, 07:52 PM
Post #31


Newbie
*

Group: Members
Posts: 1
Joined: 6-July 07
Member No.: 46,066



Thx i found this really useful biggrin.gif
Go to the top of the page
 
+Quote Post
neeshu
post Jul 9 2007, 05:12 AM
Post #32


Newbie
*

Group: Members
Posts: 2
Joined: 25-May 07
Member No.: 43,643



cool will try this tut
Go to the top of the page
 
+Quote Post
shomazta
post Jul 10 2007, 10:49 PM
Post #33


Newbie [Level 1]
*

Group: Members
Posts: 11
Joined: 10-July 07
Member No.: 46,284



thanks this tutorial will definitely come in handy once I get my site up. for now I'll just test it on my local server and post up a screenshot of my results maybe tongue.gif
Go to the top of the page
 
+Quote Post
Ukuyo
post Aug 19 2007, 08:54 PM
Post #34


Newbie
*

Group: Members
Posts: 2
Joined: 19-August 07
Member No.: 48,456



Oh my god!Thank you so much for this script i've been looking everywhere for this kind most of them i couldnt understand still it took me a while to do this but it still worked!
Go to the top of the page
 
+Quote Post
Ukuyo
post Aug 19 2007, 10:03 PM
Post #35


Newbie
*

Group: Members
Posts: 2
Joined: 19-August 07
Member No.: 48,456



but i ahve a problem where ever i try entering my css it gives me a error please HELP!
Go to the top of the page
 
+Quote Post
Codemaster Snake
post Aug 19 2007, 10:53 PM
Post #36


Member [Level 1]
****

Group: Members
Posts: 67
Joined: 13-January 07
From: New Delhi
Member No.: 37,091



Don't you people think that creating a login script like the one mentioned with only plain php sessions can invite a lot of security related troubles.

php.net themselves say that if you are going to use sessions then be sure to implement some extra security measures as they can compromise security you can find the page here: PHP Sessions

If someone is using it for just testing or learning then its ok to use them as is, but if you are planningfor a site that requires security like e-commerce website then you must apply some more securities measures to it. Like by encrypting the data etc.
Go to the top of the page
 
+Quote Post
Chyu
post Aug 20 2007, 05:04 PM
Post #37


Newbie
*

Group: Members
Posts: 2
Joined: 20-August 07
Member No.: 48,512



AMAZING!!This tutorial is so cool and easy to understand even though im just a beginner in PHP and MySql! ill be sure to use it in the near future! biggrin.gif
Alothugh dont you think the admin system is a little un secure i mean anyone could go to memberadmin.php and activate their account

This post has been edited by Chyu: Aug 20 2007, 05:05 PM
Go to the top of the page
 
+Quote Post
fridley7
post Oct 10 2007, 08:07 PM
Post #38


Newbie
*

Group: Members
Posts: 1
Joined: 10-October 07
Member No.: 51,426



I am having trouble with this tutorial code, on the login page it logs me in but when it goes to the members area it automatically shoots me back to the login page. It's like it's forgetting that i logged in. I'm thinking it has something to do with the session stuff, but i'm a noob and can't figure it out.

any help?
Go to the top of the page
 
+Quote Post
Life Force
post Oct 11 2007, 04:55 PM
Post #39


Newbie
*

Group: Members
Posts: 6
Joined: 11-October 07
Member No.: 51,451



Thank you very much
Go to the top of the page
 
+Quote Post
rikmg67
post Oct 22 2007, 01:33 PM
Post #40


Newbie
*

Group: Members
Posts: 1
Joined: 22-October 07
Member No.: 51,889



Thanks for this, good tutorial, however I need it to send out an email to admin, when a new user registers any ideas ?

Richard.