|
PHP Log-In System: How?
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
PHP Log-In System: How?
I am looking for a tutorial of PHP Log-in system and regsitration.
I am not quite familiar with PHP, but since it the most popular and most secure program langauge, I would want to put in my site instead of Javascript.
So does anyone know how to create one? I would love some good websites too.
|
|
| 06-10-2006 10:22 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: PHP Log-In System: How?
Dont think about javascript to be secured.
For makinga php login system, first study the php basics from http://www.php.net . Then go through the free scripts available on the web. Understand the techniques they used. There are a lot of scripts available which are simpla end also log- in systems.
I studied php on this manner. You can find a simple login- system on blog scripts.
Techniques:
For registration:
Make the forms. Also create tables on database to storethe information of users. On registration, create a record of new user. Thats all.
For Login:
Make a login form. The login tecnique is implemented using session or cookie variable. After verifying the username and password are correct, create a session or cookie variable. For every login pages, contents are displayed only when the cookie or session variable is set. This way you can create a login system. Simple
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 06-10-2006 03:34 PM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
RE: PHP Log-In System: How?
Thanks for the reply.
I am studying PHP right now. It is very much complicated. I could not get some of the basics stuff. I thinking that I 'll just probably go toschool for this but I really don't want towaste money just by learning PHP. I could take a course for Computer Programming on September. Which way do you think is better to learn PHP.
|
|
| 07-10-2006 04:23 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 07-10-2006 04:35 AM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
RE: PHP Log-In System: How?
I am very knew tp Programming.
C or C++, I heard of these language but I do not anything about them.
Correct if I am wrong but I believe C and C++ is one of the first programming language, right, and PHP comes to last but most popular.
I know a bit Java since I had a class one time on taht in my HighSchool years. I wasn't very interested on Java before, but now I am.
|
|
| 07-10-2006 04:43 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 07-10-2006 04:49 AM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
RE: PHP Log-In System: How?
Okay.
I will bookmark the site and read form time to time. I am not really in a hurry so PhP could to enter into my knowledge of programming. If Master PHP, this will be my first language on programming. I know HTML/CSS but its for web designs.
Thanks for the help, ivenms.
|
|
| 07-10-2006 04:54 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 07-10-2006 04:57 AM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
RE: PHP Log-In System: How?
Yeah, of course you are the admin.
But yeah, thanks. I'll contact you if I need help.
Again, thanks. Got to go to class.
This post was last modified: 07-10-2006 05:05 AM by addik.
|
|
| 07-10-2006 05:05 AM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: PHP Log-In System: How?
Another very detailed guide of PHP is http://www.tizag.com/php/. They are probably one of the best web scripting tutorial sites although I am planning on making one that is better when I get a domain name....
For more advanced learning I reccomend http://www.phpfreaks.com/.
Veebra Articles - Computer and technology related articles.
|
|
| 08-10-2006 08:48 AM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
RE: PHP Log-In System: How?
Thanks, clookid. I will definitely bookmark this two sites. Another collection to my PHP tutorial sites.
By the way, I just noticed, you are mod now. Congrats!
|
|
| 08-10-2006 04:08 PM |
|
|
Zeggy
Newbie
Posts: 23
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 0
Points: 0 (Donate)
|
RE: PHP Log-In System: How?
A good place to learn php and other coding languages is http://www.w3schools.com/ 
It's not so hard to learn PHP, you don't need to go to a school for it
|
|
| 25-10-2006 12:36 AM |
|
|
ivenms
Administrator
      
Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 25-10-2006 12:43 AM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
|
| 25-10-2006 08:58 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: PHP Log-In System: How?
read the manual which you can download from php.net
CrazyRob

|
|
| 30-10-2006 02:44 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 637
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 23-09-2007 02:57 AM |
|
|