I have mysql database with table users. In users there are columns:
id , username , password , ip
I have administration panel and I need to show users that have same ip , like this
User1 → User2
Nick1 → Nick2
etc.
How can i do it with php.Thanks , and this is urgent.Thanks.
Here is your sql query.
For use in PHP:
UPDATE:
Try this query instead: