Is there a way to echo data from a file in a file that is in a directory. I have a file that records how many people that visits my site. I am setting up site manager that will display that number of people. So is there a way to echo a variable ($count) from a file (count.txt)? Please help me.