php - How do i show the last 5 users who have visited a userpage? -


im new php appricate if explain simplified :d

i use php mysqli

the question rather broad.

but there (at least!) 3 possible approaches:

  1. you can parse http server's "access" logs

  2. you can parse http request header. example:

  3. you can use session , log each new session.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -