Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $q = [
- 'filter' => [
- 'byType' => [
- [
- 'type_id' => 1,
- 'price_from' => 100,
- 'price_to' => 20000
- ],
- [
- 'type_id' => 2,
- 'price_from' => 10000,
- 'price_to' => 9999999
- ]
- ],
- ]
- ];
- echo urldecode(http_build_query($q));
Advertisement
Add Comment
Please, Sign In to add comment