how to hide somethings on address bar

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
se7en
Forum Newbie
Posts: 2
Joined: Thu Jul 19, 2007 10:37 pm

how to hide somethings on address bar

Post by se7en »

long url

from above ,usually when sending parameters. On address bar will show the file name like this(posting.php?mode=editpost&p=402338) ,but above isn't show, how? Is there's any script can hide it?
Last edited by se7en on Fri Jul 20, 2007 10:36 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Script? No. mod_rewrite et al, yes. We have tons of threads on this sort of thing. They are normally referred to as (search engine) friendly urls.
se7en
Forum Newbie
Posts: 2
Joined: Thu Jul 19, 2007 10:37 pm

Post by se7en »

umm, i means I'd like to know how to, what functions in PHP is about in this case
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

None. PHP is not involved.
Post Reply