Jump to content

user login script


nosher

Recommended Posts

Hi All,

 

I would like to use a login script or a .HTACCES File for logging in users but not sure if this is going to be a easy or not?  ???

 

Basically I would like a user to login and then be redirect to there own page which I have created for them.

 

Do I have to use PHP & SQL or can I just use .HTACCESS

 

 

Any thoughts or help to point me in the right direction would be much appreciated

 

I am currently using the , Uniform Server for my website

 

Nosher

;D

Link to comment
https://forums.phpfreaks.com/topic/114085-user-login-script/
Share on other sites

I would probably go the php/mysql route.... redirecting wouldn't be quite as easy or dynamic using the htaccess method.  Another thing you could do is initiate the htaccess method with php and then grab the htaccess username/password and input the credentials into a php script and then write the dynamic redirection.

Link to comment
https://forums.phpfreaks.com/topic/114085-user-login-script/#findComment-586448
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.