URI Parameter Extraction Function
Various http servers use a 'guesstimate' basis for directories that don't exist in the virtual path. Using this system, it is possible to select a script with a particular name by specifying the name as a directory in the URI. It is then possible, using this function, to extract parameters required for this script from the URI, without resorting to a querystring.