Hello
how can I check, user is logged in first time since I have to display the different page when its logged in first time.
If you have any suggestion please help me.
Thank you.
how to check user is login first time in php
Moderator: General Moderators
-
irshad_sheikh
- Forum Newbie
- Posts: 7
- Joined: Mon Jan 19, 2009 1:57 am
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: how to check user is login first time in php
Add a field to the user database table that indicates whether they have logged in previously. If they have not, show the different page and UPDATE their record to indicate they have logged in once.
(#10850)