visitor Posted January 25, 2012 Share Posted January 25, 2012 Hi I would like to add a 'welcome message' (Hello John Doe, etc.) after successful login. Can this be done best in php? Cheers, visitor Quote Link to comment https://forums.phpfreaks.com/topic/255770-welcome-message-after-login/ Share on other sites More sharing options...
scootstah Posted January 25, 2012 Share Posted January 25, 2012 Yep. Quote Link to comment https://forums.phpfreaks.com/topic/255770-welcome-message-after-login/#findComment-1311110 Share on other sites More sharing options...
spiderwell Posted January 25, 2012 Share Posted January 25, 2012 yes, i would assume the login is checked against a database, so just hold onto the data of their name and on sucess of login, echo it out to them Quote Link to comment https://forums.phpfreaks.com/topic/255770-welcome-message-after-login/#findComment-1311112 Share on other sites More sharing options...
visitor Posted January 25, 2012 Author Share Posted January 25, 2012 OK, great! Thanks to both of you and especially for your description spiderwell. I really appreciate it visitor Quote Link to comment https://forums.phpfreaks.com/topic/255770-welcome-message-after-login/#findComment-1311118 Share on other sites More sharing options...
spiderwell Posted January 25, 2012 Share Posted January 25, 2012 well i like my answers to provide something of substance, otherwise whats the point in responding! Quote Link to comment https://forums.phpfreaks.com/topic/255770-welcome-message-after-login/#findComment-1311123 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.