Hello. When I go by a link to some address in location bar I see all the parameters that a script has (e.g. "http://www.phpbuilder.com/forum/list.php3?num=1") Is there any possible way do not show it? Because I need to send password and session id and do not want to show them in the location bar Thanks
Use a POST method on your form, or store your variables in a cookie.
Or use frames.
If I were you, I'd use authentication, and not worry about it.