README
readNumber.py Prints out the number in the file "visitors.txt" which should reflect the number of visitors to the site.
changeNumber.py Increments the file "visitors.txt" every time someone goes to the website so that the one number within it reflects the number of visitors to the site.
times.py Takes the current date and time and appends it to a file called "visited.txt", then prints out the dates and times that people have visited the site.
index.php Calls the above script so that when someone goes to my website the number of people that have viewed the website, including the current site visitor, will be labeled and visible, and the corresponding dates and times that people have viewed the website will also be labeled and visible.