|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi!
Here is the problem. I am trying to do a client log-in script that when they logged in from ( http://www.sirrusdigital.com/new_site/ ) the form they would be redirected to a subdirectory url such as /their_user_name/ that was defined in a MySQL database along with the username, client_name, and password. How do i do this. A comlete code would be great or just snibbits. Also i have another question: what is md5? Thanks for all your help! |
|
#2
|
|||
|
|||
|
Firstly, welcome to the forums.
Md5 is an encryption method thats used. Its good because there is no unencrypt method for it. So its good for storing sensitive material. Like passwords. Once you have confirmed there login. you could redirect them with this header("Location: /$username/index.php"); |
|
#3
|
|||
|
|||
|
Ok! I'll try it.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > log-in and redirect |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|