Hi
How can i protect my *.dat files from reading. I'm using some dat files to keep data and don't want to let to anybody read them execpt than from php.
Any sugesstions are welcome.
Rems
you need to know the name php is running under and then chown() and chmod()
Ok I tryed it, but problem is that i don't have permission to change owner of the file from php script.
My host is located on the proveider's server.