--- "Jed R. Brubaker" <[EMAIL PROTECTED]> wrote:
> Is there a way to preserve URL variables and have a link simply add
> a new variable to the end?

Sure, just use $_SERVER['QUERY_STRING'], which is the current query string, and
append whatever new URL variables you want.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to