Greetings,<br>
<br>
I am making a website and the school hosting it allows me to run my own
CGI-BIN scripts. They have Perl 5 and PHP5 installed. and we are
allowed to run our own CGI-BIN
scripts.&nbsp; I would like a <span id="st" name="st" class="st0">script</span>
to log visitor info and to log it for historical purposes so I can
analyze it later on. The problem is I am totally new to the world of
Perl and PHP and was wondering if someone has an out-of-the-box script
I can use to learn from and then modify/extend as I learn. I would like
to log the following from each visitor:<br>

<br>

Browser <br>
IP Address<br>
Timezone   <br>
Hostname<br>
Screen Size<br>
Platform (OS)<br>
Referrer<br>
Screen Resolution<br>
Screen Color<br>
Keyword<br>
Country<br>
Java Enabled/Disabled<br>
JavaScript Enabled/Disabled<br>
Entry Page<br>
Exit Page<br>
Relead yes/no<br>
<br>
<pre>I guess I could have it in a HTML page would be nice and once I learn about SQL I can dump it into a database.<br>But a flat file would be fine for now if you could help me with that. Also my site has a main <br>index.html
 page and many sub pages. If someone comes to my site through a sub-page I figured their info will not be logged so does that mean<br>a copy of the <span id="st" name="st" class="st0">script</span> must be called for EVERY sub-page? 
<br><br>Regards,<br>Zach<br></pre>