nosher Posted July 10, 2008 Share Posted July 10, 2008 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 Link to comment https://forums.phpfreaks.com/topic/114085-user-login-script/ Share on other sites More sharing options...
p2grace Posted July 10, 2008 Share Posted July 10, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.