On Nov 10, 2010, at 8:58 AM, Marc Guay wrote:
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?
The main advantage I see is that you're application doesn't have to
become bi-modal, with looking for variables on both the query string
and in the post data, then deciding which to use.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php