Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

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)
Post: #1

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
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #2

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 Wink


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
06-10-2006 03:34 PM
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #3

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
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #4

RE: PHP Log-In System: How?


No need of that. I studied every thing on php just sitting infront on my home PC.

You only need a programming skill on programs like C or C++ or Java

Php is much similar to those in control structures.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
07-10-2006 04:35 AM
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #5

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
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #6

RE: PHP Log-In System: How?


C and C++ is still the popular programs. PHP is not closer to them.

PHP is much friendly and easy than C and C++.

If you are a biginner, then it is not easy with programming.

Try to learn basics on PHP from: http://www.freewebmasterhelp.com/tutorials/php

This is a very nice as well as simple site. If you want some thing more advanced, go to the php tutorial section on this forum.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
07-10-2006 04:49 AM
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #7

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
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #8

RE: PHP Log-In System: How?


That is my Job.

You can approch here for any support.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
07-10-2006 04:57 AM
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #9

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
Find all posts by this user Quote this message in a reply
clookid
Advanced Member
***


Posts: 184
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 4
Points: 134 (Donate)
Post: #10

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
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #11

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
Find all posts by this user Quote this message in a reply
Zeggy
Newbie


Posts: 23
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 0
Points: 0 (Donate)
Post: #12

RE: PHP Log-In System: How?


A good place to learn php and other coding languages is http://www.w3schools.com/ Smile

It's not so hard to learn PHP, you don't need to go to a school for it Tongue

25-10-2006 12:36 AM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,177
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #13

RE: PHP Log-In System: How?


After learning the basics, all in the home site: http://php.net/

No school, No teaching. Only Self study...

But it is recomented to have some knowledge on C or C++ like core programs and a little program skill. Thats make you the ultimate PHP programmer.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
25-10-2006 12:43 AM
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #14

RE: PHP Log-In System: How?


Unfortunately, I am still learning all the basic stuff. These are only basics, but I am having hard time understanding them.


? WebMasters-Forums
? Free TLD Domain Name
? Hostbidder.com
? BuySellTalk.ca - Webmaster Trading Post

25-10-2006 08:58 AM
Find all posts by this user Quote this message in a reply
CrazyRob
Crazy Evil Person
*****


Posts: 219
Group: Moderators
Joined: Oct 2006
Status: Offline
Reputation: 3
Points: 285 (Donate)
Post: #15

RE: PHP Log-In System: How?


read the manual which you can download from php.net


CrazyRob



30-10-2006 02:44 AM
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 637
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #16

RE: PHP Log-In System: How?


The main thing,which doesnt get into my skull is database,My sql,My php admin. What r all these?


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
23-09-2007 02:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Big Grin A very rudimentary banner rotator system [ ASP ] yupfy45 3 852 08-09-2007 06:35 PM
Last Post: bojomojo

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 02-12-2008, 10:17 AM


Copyright © 2002-2008 MyBB Group
Powered By MyBB