IF PATH_INFO isn't listed in my phpinfo(), does that mean it's not usable? If it isn't is there another way to get the same info? Can I change the usable commands? or does my host have to do that? Thanks, Alice
A path to a script (accessible within itself):
$the_script = $_SERVER['PHP_SELF'];
knutm