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

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

python - Pygame screen.blit not working -

c# - Web API response xml language -