It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#2 (permalink) |
|
Member
Join Date: Jul 2006
Age: 25
Posts: 53
|
Let me first understand the problem:
Do you want: Client x login Should be redirected to a specific page made for client x ??? If thats true: After authentication(can be done thru htaccess, redirect them to the link you made). I hope I am making some sense...give details on the problem if not! |
|
|
|
|
|
#5 (permalink) |
|
Member
|
I would do as Ankita said and save the data in a database, checking to see if their credentials validate. If so, create a session (session_start();) and input their username. Then header("Location: nextpage.php"); to the page you want them to view once they login successfully. on top of the nextpage.php, do a start_session() and if $_SERVER["username"] == "" then redirect them back to the login page. this way no user could get to the nextpage without logging in successfully
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cookie-based Authentication: Login program | Ankita | Perl | 0 | 08-19-2006 10:40 AM |
| Ads under login bar | Cholo | Graphics & Multimedia | 6 | 08-11-2006 02:26 AM |
| MOVED: Ads under login bar | lisah746 | Marketing | 0 | 07-28-2006 12:11 AM |
| ASP Login - Please help me | samuel | ASP | 0 | 07-27-2006 05:16 PM |
| login | Jake | All Things General | 2 | 06-20-2006 07:47 PM |