I want to make a script that records the users that visited main.php into a file called visitors.txt and displays it on a page called views.php. Here's an example. Let's say the link is 'http://perks.mypimpedlayout.com/profile/main.php?screenname=persons_sn'. I want to store 'persons_sn' in visitors.txt and display the users on views.php. Help would be appreciated. Thanks in advance.