On Tue, 2004-30-11 at 06:42 +1100, Jesse Reynolds wrote: > t to an empty string, and this appears > to be working, ie: > > //'server_port' => $_SERVER['SERVER_PORT'] > 'server_port' => '' Without testing it, Ill point out that an empty string is not the same thing as an undefined string. Try commenting it out completely.