lukep11a Posted June 25, 2011 Share Posted June 25, 2011 Hi, hope this is posted in the correct place, it's just a general question really, I have a working member register/login system and was wondering if it is possible to display a particular page that requires a response everytime a user logs in until the response has been made, then for susequent logins the general members page is displayed? Any help would be very much appreciated. Thanks Luke Quote Link to comment https://forums.phpfreaks.com/topic/240380-php-question/ Share on other sites More sharing options...
fugix Posted June 25, 2011 Share Posted June 25, 2011 can explain further what you mean by "response" please Quote Link to comment https://forums.phpfreaks.com/topic/240380-php-question/#findComment-1234718 Share on other sites More sharing options...
lukep11a Posted June 25, 2011 Author Share Posted June 25, 2011 when a user logs in for the first time, i want them to make 3 selections and then submit there selections, this will then be posted to MySQL, this page will then no longer be needed on subsequent log ins, hope that makes sense. Quote Link to comment https://forums.phpfreaks.com/topic/240380-php-question/#findComment-1234719 Share on other sites More sharing options...
Pikachu2000 Posted June 25, 2011 Share Posted June 25, 2011 Yes, you can do that. Just check to see if the user's responses are already in your database, and if not, display the form to the user. Quote Link to comment https://forums.phpfreaks.com/topic/240380-php-question/#findComment-1234721 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.