|
Posted by julian_m on 10/22/23 11:40
Let's say I've a page which is called with arguments a, b and c
test.php?a=val_a&b=val_b&c=val_c
but, i don't want to allow anyone to modify either val_a, val_b or
val_c
I thought it would be a good idea, to add another argument which could
combines (through some algorithm) val_a, val_b and val_c, and check it
every time the page is called.
I was wondering whether any of this exists already. I don't want to
reinvent the wheel, you know...
regards - jm
Navigation:
[Reply to this message]
|