<?php$query = array( "var" => "no", "not_var" => "yes", "var2" => "maybe");print http_build_query($query, '', "&");?>
Standard input is empty
var=no¬_var=yes&var2=maybe
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!