What I want to do is receive client info like his IP address & useragent ..etc, on "client.php
"
and display it on real time in second page "admin.php
" (Client to client)
I know this is easy with database but I don't want to store anything, just display it on my side in real time until the client close the page
I searched a lot, but only found "client to server data sending
" or "server to client
",
While I'm looking for a way to make it "client to client
"