jacob New member Jun 30, 2006 92 0 0 Vancouver sipofwater.com Jun 30, 2006 #1 how do you create a URL that has the current parameters in it while appending new ones in PHP? tia!
A a.titus1 New member Jun 24, 2006 567 4 0 Jun 30, 2006 #2 Well, you can use the HTTP_SERVER_VARS structure to get the current query string ( $HTTP_SERVER_VARS["QUERY_STRING"]) and then just append whatever additional parameters you want. Check out http://us3.php.net/reserved.variables for more in depth info.
Well, you can use the HTTP_SERVER_VARS structure to get the current query string ( $HTTP_SERVER_VARS["QUERY_STRING"]) and then just append whatever additional parameters you want. Check out http://us3.php.net/reserved.variables for more in depth info.