Tagged Questions
0
votes
1answer
143 views
Malicious PHP code can run in cache. Solution?
I have a module that I cache some details (w/c is from the input of the user) to lessen the load of my database
The way how I cache is by creating html page with the details of the user using ...