> foreach($_GET as $k => $v) $qs[$k] = URLDecode($v); > $qs['lang'] = 'en'; > echo '<a href="index.php?'.http_build_query($qa).'">Flip</a>'; Hi Tamara, Thanks for the tips. Do you see any advantage of this method over using a small POST form besides the styling problems I'll run into trying to make the submit button look like an achor? Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php