include ("../includelayar.php"); if (detect_mobile() ) { //header("location: http://m.dropstuff.eu/battle"); header("location: http://sndrv.nl/battle/world.php"); exit; } $q = "SELECT * from biennialfield"; $result = mysql_query( $q ); $rows = array(); while ($row = mysql_fetch_assoc($result) ) { $rows[] = $row; $fields[$row['x']][$row['y']] = $row; } ?>