Hi,
i was wondering if there a way to
hide informations send via URL. For example, lets say, i ve got something like:
www.joj.com/home.php3?var=1
I want to hide the "?var=1" portion of the string send to the server. I know that with .htaccess files we can hide the home.php3 easily but i m really wondering if there is a build-in function in php3 that allow us to hide vars and their value.
thx for your time.
Jack