Have you index.php page as a frameset, and load all pages into the
frameset. No matter where the user is on your site, they'll just see
http://www.whatever.com
Kris wrote:
Hi
When I pass variables to a new page in the address bare of the browser it looks like
www.whatever.com/index.php?uName=
gt;
Cc: "PHP-General" <[EMAIL PROTECTED]>
Sent: Wednesday, November 27, 2002 10:39 AM
Subject: Re: [PHP] URL hiding
> I already use POST as the form method.
> I know
> www.whatever.com/index.php?uName=Kris can be the same as
> www.whatever.com?uName=Kris
>
> I just
t;[EMAIL PROTECTED]>
Sent: Wednesday, November 27, 2002 9:12 AM
Subject: Re: [PHP] URL hiding
> If index.php is the index page of your website, then you do not need to
> specify it at all.
>
> i.e. www.whatever.com/index.php?uName=Kris
>
> is functionally equivalent to www
your help
Kris
- Original Message -
From: "Marco Tabini" <[EMAIL PROTECTED]>
To: "Kris" <[EMAIL PROTECTED]>
Cc: "PHP-General" <[EMAIL PROTECTED]>
Sent: Wednesday, November 27, 2002 9:12 AM
Subject: Re: [PHP] URL hiding
> If index.php is
If index.php is the index page of your website, then you do not need to
specify it at all.
i.e. www.whatever.com/index.php?uName=Kris
is functionally equivalent to www.whatever.com?uName=Kris
A way to get rid of the variables passed in the query string is to use
POST instead of GET as the method
5 matches
Mail list logo