Hiding files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

Hiding files

Post by jaymoore_299 »

What is the most secure way to make a file accessible to myself only?
If the filename of the file in question is easily obtainable, but I set permissions on the file to owner only and use sessions with php, is there still a risk of the file being read/written?
jaymoore_299
Forum Contributor
Posts: 128
Joined: Wed May 11, 2005 6:40 pm
Contact:

Post by jaymoore_299 »

sorry bout that, was supposed to go in the other forum.
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

Post by php_wiz_kid »

I wrote your reply to this here.

viewtopic.php?t=33545
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Polite notice - don't cross-post
Locked