boer
09-05-2002, 02:23 PM
I use URL encoding to pass variables from one script to the next. I am pretty happy with this method, because I don't have to worry about client side COOKIES being enabled and it's pretty much browser independent.
The downside is that
1. The URL's are very long and looks bad
2. My site security goes for a ball of, because anybody can see what variables are passed and could edit this to manipulate the results.
Does anyone know of a way that I could hide this string not to show in the browser address bar?
Please help if you can.
Thanx
:thumbsup:
The downside is that
1. The URL's are very long and looks bad
2. My site security goes for a ball of, because anybody can see what variables are passed and could edit this to manipulate the results.
Does anyone know of a way that I could hide this string not to show in the browser address bar?
Please help if you can.
Thanx
:thumbsup: