PC Nerd Posted April 7, 2007 Share Posted April 7, 2007 hi guys im createing a new login system, before i was simply using cookies what i want to do is log every login, length and time in the database. so i want to create a new record, with a unique login id, and link it with the user id. then i want to know that particulay login id, to save in the cookie, so that when you logout, it retrives the login record, and updates the logout. what im looking for is a way to retrive the login id from the database, but the login is an auto increment, so its always unique. how would i retrive that particular record, without having to assing a unique value for the record from the php script. thanks for your help in advance, PC Nerd Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted April 7, 2007 Author Share Posted April 7, 2007 anything??? Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted April 7, 2007 Author Share Posted April 7, 2007 can anyone help me? Quote Link to comment 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.