This example works fine on my localhost (both files are included), but on my server only the second one is:
<?php
include('Test.php');
echo '<br/>';
include('test.php');
?>
The only difference is the caps on the second include, so I was trying to figure out how to make the caps not matter.