Currently I am trying to figure out how to log someone's last login and update a database with PHP. So far what I know is that the user has to be authenticated to a specific server (that I know).
What I'm failing at is the logic because I really don't know how to go about it. I was thinking about somehow logging someone when they authenticate. But wouldn't I have to update the database?
No clue how to go about this.
Here are some of my attempts: 1) User is authenticated 2) Call for that authentication 3) How log that information? With $session ?
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
How do i send email with php such that the person receives it that very second or within less than 30 seconds
I am using two PHP frameworks now, one is laravel-5, the other is self-developedIn one