Hey all,
Is there any way with php to encode data with a file save that can be pulled later? The kind of setup I am looking for would allow me to allow a user to download a file, and at the time of download it would also snap with that file encoding that would say for example, this user at this time downloaded the file.. So that at some later point if that file is found floating around, I could look up that data and see who let it float around and when. The key here is that it cant be something the end user could easily just toss out and the file wont be a php file, but multiple types. Any ideas or ways this can be done with php? Thanks All!