www/getwatersources.php

changeset 296
69fadd1aded2
parent 146
2a6c00d325b2
child 705
d77b723f7b35
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
22 'total_alkalinity' => $row['total_alkalinity'], 22 'total_alkalinity' => $row['total_alkalinity'],
23 'inventory' => $row['inventory'], 23 'inventory' => $row['inventory'],
24 'cost' => $row['cost'] 24 'cost' => $row['cost']
25 ); 25 );
26 } 26 }
27 header("Content-type: application/json");
27 echo json_encode($waters); 28 echo json_encode($waters);

mercurial