Honestly, I've been using the Lite version for a couple of months now, and it's been working well for me in my daily life. So much so that I don't even miss the Origin version.
AdGuard is superior these days. They managed to update their extension to v3 without losing all their convenience features like unlock Origin Lite. And if you need more then there's the system level AdGuard license.
Question
Craig Hopson
hi guys i have a simple one ui cant solve i want an array to be like this
Array (
[0] => Array (
[id] => 2
[lat] => 40.8824996948
[long] => -74.381942749
)
[1] => Array (
[id] => 6
[lat] => 40.8824996948
[long] => -74.381942749
)
[2] => Array (
[id] => 4
[lat] => 51.5001525879
[long] => -0.126236006618 )
)
)
This is the code i'm using which gives me multipuls of arrays (as it's looping)
Thanks
Link to comment
https://www.neowin.net/forum/topic/1137584-php-multidimensional-arrays/Share on other sites
8 answers to this question
Recommended Posts