PHP 5 has the http_build_query function which does exactly what you want:
http://www.php.net/http_build_query
Chris
Martin van den Berg wrote:
>Newbe question:
>
>How does one convert an array into a HTML GET request easely? Are
>there any standard functions?
>
>Same for HTML POST requests.
>
>Thanks,
>
>Martin.
>
>
>