IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

Php Function To Format Url

, i did a php function to format url but it does not work help


adly3000
no avatar
Member [Level 1]
****
Group: Members
Posts: 58
Joined: 31-January 06
Member No.: 17,937



Post #1 post Feb 10 2006, 09:30 PM
i did a php function to format url, i will pass some $_GET variable to it and it will eliminate them from the url, and here's the code:

CODE

<?
$PS = $_SERVER['PHP_SELF'];
$QS = $_SERVER['QUERY_STRING'];
// *** remove undesired parameters from url *** //
function formaturl($remove_me1,$remove_me2,$remove_me3)
{
    global $PS, $QS, $PS_new; //$GET
    if (!strpos($PS, "?") && !empty($QS))
    {
        $QS_new = "?";
        reset($_GET);
        while (list($key,$value) = each($_GET))
        {
            if ($key != $remove_me1 && $key != $remove_me2 && $key != $remove_me3)
            {
                if(strlen($QS_new) > 1) $QS_new .= "&";
                $QS_new .= $key . "=" . $value;
            }
        }
        if (strlen($QS_new) > 1) $PS_new = $PS.$QS_new;
    }
    return $PS_new;
}
// ***************************************** //
?>

any help would be appticated
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   9 peroim 1,184 5th November 2006 - 11:23 PM
Last post by: bajanca
No New Posts   3 Albus Dumbledore 800 30th June 2006 - 05:07 PM
Last post by: serverph
No New Posts 3 MacFly 3,000 17th November 2004 - 06:24 AM
Last post by: Spectre
No New Posts   3 shyam 2,618 22nd November 2004 - 03:45 AM
Last post by: dropout21
No New Posts   8 renegade-designs 5,466 28th September 2009 - 11:48 AM
Last post by: iG-Jess
No new   17 burgen 5,108 26th January 2005 - 08:08 PM
Last post by: burgen
No New Posts   10 thablkpanda 4,245 27th February 2005 - 10:17 PM
Last post by: alexia
No New Posts   2 shadow skazi 3,144 1st March 2005 - 04:16 PM
Last post by: maddog39
No New Posts   0 OpaQue 925 16th March 2005 - 06:57 PM
Last post by: OpaQue
No New Posts 8 nykegodess 6,871 1st November 2009 - 12:02 AM
Last post by: Ash-Bash
No New Posts   5 Misanthrope 138 25th August 2009 - 10:18 PM
Last post by: Misanthrope
No New Posts   2 kvarnerexpress 1,769 9th April 2005 - 04:17 AM
Last post by: dexter
No New Posts   12 -jkylee- 2,660 1st February 2005 - 07:34 PM
Last post by: -SweetLou-
No New Posts   4 leiaah 1,695 18th April 2005 - 01:01 AM
Last post by: leiaah
No New Posts   4 beeseven 3,040 18th April 2005 - 12:38 AM
Last post by: snlildude87


 



RSS Open Discussion Time is now: 6th November 2009 - 06:54 AM

Web Hosting Powered by ComputingHost.com.