/ Published in: PHP
Expand |
Embed | Plain Text
/* the function */ function remove_querystring_var($url, $key) { return $url; } /* usage */ //pretending this page is
You need to login to post a comment.
/* the function */ function remove_querystring_var($url, $key) { return $url; } /* usage */ //pretending this page is
You need to login to post a comment.