noobstar Posted January 3, 2007 Share Posted January 3, 2007 Hi there :)Was wondering on how one go about on making a delayed login? Basically what im after is something like this.The person types in their username & password and when they hit on Login it would show them a page where it tells them that they are being logged in, after a short 10 sec delay it should logged them in and redirect to the members page.If anything is unclear please let me know and i will expand ^_^Thank you for any replies :) Quote Link to comment https://forums.phpfreaks.com/topic/32676-delayed-login-page/ Share on other sites More sharing options...
Mythic Fr0st Posted January 3, 2007 Share Posted January 3, 2007 hmm, I tried that once, couldnt get it workingbut I knowSleep(1); will wait 1 second, then do it (But it'll wait on the same page, it wont go to do anything else) Quote Link to comment https://forums.phpfreaks.com/topic/32676-delayed-login-page/#findComment-152064 Share on other sites More sharing options...
corbin Posted January 3, 2007 Share Posted January 3, 2007 Maybe look up javascript redirects, or even better, meta refresh tags... Just google either one (or both), and then you should be able to figure out where to go from there... Quote Link to comment https://forums.phpfreaks.com/topic/32676-delayed-login-page/#findComment-152066 Share on other sites More sharing options...
noobstar Posted January 4, 2007 Author Share Posted January 4, 2007 Cool thx i will give it a go right now :) Quote Link to comment https://forums.phpfreaks.com/topic/32676-delayed-login-page/#findComment-152655 Share on other sites More sharing options...
Jessica Posted January 4, 2007 Share Posted January 4, 2007 Why do you want to do this? You want to force them to slow down? :/ Quote Link to comment https://forums.phpfreaks.com/topic/32676-delayed-login-page/#findComment-152660 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.