[Tuesday, 30 March 2010]
PHP to Remove Certain URL Parameter
I recently build a small PHP script function to remove certain parameter from URL of the current page opened. If the parameter of a URL contains several variables like this: '?var1=val1&var2=val2&var3=val3', this script can remove var2 out from that query.
Page 1 of 1
1
