Jump to content

Multiple same result SQL


Monk3h

Recommended Posts

<?php

$IPsel = mysql_query("select * from players WHERE 'IP' = 'IP'");
	while ($multi = mysql_fetch_array($IPsel)) {

Print "$multi[user] ($multi[id])<br><br>";
}


?>

 

 

something like that, but I want it to check for players with the same IP. that just lists all the players where there IP = there IP which is all of them ofc.. =/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.