With PHP, to pass parameters between two pages you can use something like this:
http://www.monsite.net/mapage.php?parametre1=123&user=456
A visitor can modify thoses parameters to see what happens or to test parameters.
For instance, he may modify the user parameter to see the account of another user.
This classe hides parameters. You do not have to modify your code. You just have to add some lines and your link becomes something like this:
http://www.monsite.net/mapage.php?aku=DFgh4hfdg4454fgHFGHfg44fghfg4
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (84.8%) |
Good (80.4%) |
Sufficient (75.9%) |
Sufficient (77.7%) |
- |
- |
Sufficient (65.8%) |
341 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| fc_paginator |
Required |
Used by this class to encrypt links |
| Link |
Description |
| demo |
demo |

If you know an application of this package, send a message to the
author to add a link here.