> > $someVar=$test[0]. "&" .$test[1]. "&" .$test[2].....etc >
$someVar = implode( "&", $test ); ... should do the trick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
> > $someVar=$test[0]. "&" .$test[1]. "&" .$test[2].....etc >
$someVar = implode( "&", $test ); ... should do the trick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php