update
function update(db) {
query = "SELECT rowid,text,x,y FROM boxes";
result =
db->arrayQuery(
query, SQLITE_ASSOC); echo json_encode(
result); }