Noah Spitzer-Williams wrote: > is there a function that will convert an array to "get variables" > > ie: > > array ("a" => "b", "c" => "d") ==> "a=b&c=d" > > any help is appreciated! > > Noah > > www.trademytraffic.com > -------- > TradeMyTraffic! Banner Exchange > [EMAIL PROTECTED]
I am not sure, but i think that the array functions Compact and Extract can be of use here. Look them up in the PHP manual. Otherwise i believe you'll have to do it 'manually'... -- Michel Laine -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]