0) { $row = mysql_fetch_assoc($result); $cn = $row['cn']; } mysql_select_db("sndrvnl-2", $con); // haal eigen data op $q = "SELECT *, TIME_TO_SEC( TIMEDIFF( NOW( ) , restart ) ) as sec from dance where uniqueid = '".$uniqueid."' limit 1 "; $res = mysql_query($q); if ($row = mysql_fetch_assoc($res) ) { } else { //$q = "insert into dance (uniqueid, device, country, checked, restart) "; //$q .= " VALUES ('".$uniqueid."', '".$agent."', '".$cn."', NOW(), NOW() ) "; //mysql_query($q); } if ( detect_mobile() ) { ?>

DANCE.AR

a globally synchronised choreography


INSTRUCTIONS:

Download (free) Global Choreography app







Global Choreography
 MAP ZOOM ON/OFF:
  
'' "; $q .= " AND ( (device NOT LIKE 'internet') OR (sec > 300) ) "; $q .= " order by id desc limit 100"; // echo $q; $res = mysql_query($q); $countries = ""; $arr = array(); $i =0; while ($row = mysql_fetch_assoc($res) ) { if ($i < 18 && !in_array($row['country'],$arr) ) { $i++; $arr[] = $row['country']; ?>