secure $_GET
secure $_GET
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- tomkat0
and you could even go further with undo's method and put files and parameters relations into a database or an array, so you would not have to touch the code again
something like:
1. check GET parameter
2. check if existent in db
3. if existent load file
4. else exit()