Posted by Gordan on 06/17/05 18:21
A tada saintexupery rece:
> i believe what you are trying to do is to "encrypt" your URL's so
> users can`t mess with parameters.
exactly that! :-)
<cut>
thanks for the idea. I was just wondering if I have to use output buffering. I
know I can change every single link in my page into
encode_this_link('xxx.php?id=4'); but that would take timeeeeeeee and I want
something automatic.
Ill write something using output buffering and regular expressions
thanks!
gordan
[Back to original message]
|