<?php $url = 'http://example.com/action?'; $url .= http_build_query([ 'param1' => 10, 'region' => 'en' ]); echo $url;
You have javascript disabled. You will not be able to edit any code.