Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $temparray = array('loc' . $CallIDM => array( 'info' => $cleantype . $cleancalldate . $cleancall . '|' . $cleanlocation . '|' . $cleanunits, 'lat' => $latt, 'lng' => $long),);
- array_push($CAD911,$temparray);
- How this code works.
- //array(3) {
- // [0]=>
- // array(1) {
- // ["loc"]=>
- // array(3) {
- // ["info"]=>
- // string(45) "M130701849FALL|28553 S HWY 213| E81, E82, M81"
- // ["lat"]=>
- // object(SimpleXMLElement)#3 (1) {
- // [0]=>
- // string(16) "45.1935410809833"
- // }
- // ["lng"]=>
- // object(SimpleXMLElement)#5 (1) {
- // [0]=>
- // string(17) "-122.585202110117"
- // }
- // }
- //}
- //[1]=>
- //array(1) {
- // ["loc"]=>
- // array(3) {
- // ["info"]=>
- // string(47) "F130703161MVA-UNK INJURY|I205 FY SB / 6 MP| E59"
- // ["lat"]=>
- // object(SimpleXMLElement)#4 (1) {
- // [0]=>
- // string(16) "45.3503685516538"
- // }
- // ["lng"]=>
- // object(SimpleXMLElement)#28 (1) {
- // [0]=>
- // string(17) "-122.658678580274"
- // }
- // }
- //}
- How it should work
- //array(4) {
- // ["loc1"]=>
- // array(3) {
- // ["info"]=>
- // string(35) "1. New Random info and new position"
- // ["lat"]=>
- // int(0)
- // ["lng"]=>
- // float(144.9634)
- // }
- // ["loc2"]=>
- // array(2) {
- // ["lat"]=>
- // int(0)
- // ["lng"]=>
- // float(14.5144)
- // }
- //}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement