|
I need help with php login script
|
|
05-12-2012, 10:37 PM
Post: #1
|
|||
|
|||
|
I need help with php login script
I am a beginner in php and i find it difficult to integrate a login system in my website, please can somebody help me with that.
I know there are just few people in this forum but I hope to receive a reply even from the admin. |
|||
|
05-12-2012, 11:35 PM
Post: #2
|
|||
|
|||
|
RE: I need help with php login script
In php, the best way to write a simple login script with validate and authentication with data source (eg. file system or database) is by using some built in php functions and variables.
Php POST and GET variables are use to get submitted data from form or Url. These data can be match with a user login identity data and the result will determine if the user will be given access or not. A simple php code is shown below PHP Code: $username = $_POST['username'];This is a simple idea, you can work and expand the idea to suit your application. Hope it helps |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help


