<?php $params = array('n' => 'yes', 'y' => 'no'); var_dump(http_build_query($params)); var_dump(http_build_query($params, null, '@')); var_dump(http_build_query($params));
You have javascript disabled. You will not be able to edit any code.