2 directories with the same 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

Post Reply
User avatar
timothye
Forum Newbie
Posts: 15
Joined: Sun Feb 01, 2004 2:36 pm
Location: Sweden/Sverige/USA

2 directories with the same files

Post by timothye »

quick question
can i have exactly the same files (copies)in a different directory and will they not effect the other 1 vise - versa..?
when they are being used in different areas ..passing vars is what i am getting to ..
will the directories seperate them vars being sent since they are in different directories?
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Yeah, files with the same name, in different directories are not 'linked' in any way at all. (unless it's a symlink, which a copy isn't ;))
User avatar
timothye
Forum Newbie
Posts: 15
Joined: Sun Feb 01, 2004 2:36 pm
Location: Sweden/Sverige/USA

Post by timothye »

thanks very much m8
i really apprecite it !!!
Cheers :D:D:D:D:D
Post Reply