Page 1 of 1

How can you disable a link to be show in addres bar

Posted: Fri Sep 06, 2002 6:56 am
by Skywalker
How can you hid an URL from bar so that nobody can sees it?

for axemple like this

http://localhost/test/bestellijst.php?P ... n&Aantal=1

but may not been shown. in the adres bar and also not left in under in the browser. Who can help me with this.

Hidden Filds

Posted: Fri Sep 06, 2002 7:01 am
by AVATAr
You can use hidden Fields,.. and post them like a form. So they dont appear on the URL

Posted: Fri Sep 06, 2002 11:01 am
by Takuma
Or you could use sessions.

Posted: Sat Sep 07, 2002 8:38 am
by gite_ashish
hi,

you can use method=POST in you <FORM>, so form variable will NOT be displayed in the URL.

Posted: Sat Sep 07, 2002 11:40 am
by Takuma
Even if you do that you could just go and have a look in the code... I prefere sessions...