Some interesting findings from web-dev land…
This in Ruby/Rails: 1<%= request.path %> Seems to be the equivalent of this in PHP: 1<?=$_SERVER[’PHP_SELF’]?> Handy for submitting things to themselves with out any parameters being passed.