<?php $data = array( 'secret' => 'value_secret', 'response' => 'value_response', ); echo http_build_query($data) ."\n";
You have javascript disabled. You will not be able to edit any code.